Home
last modified time | relevance | path

Searched refs:band_end (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxcldev.h577 int band_end = (band + 1) * band_height;\
579 height = min(band_end, yend) - y;\
592 int band_end = (band + 1) * band_height;\
594 height = min(band_end, yend) - y;\
H A Dgdevpbm.c1010 int lnum, band_end; in psm_print_page() local
1038 for (lnum = band_end = 0; lnum < pdev->height; lnum++) { in psm_print_page()
1041 if (lnum == band_end) { in psm_print_page()
1048 band_end = band_start + band_height; in psm_print_page()
1056 lnum, band_end - 1, (ulong)colors_used.or, in psm_print_page()
H A Dgxclimag.c614 int band_ymax = min(band_end, pie->ymax); in clist_image_plane_data()
615 int band_ymin = max(band_end - band_height, pie->ymin); in clist_image_plane_data()