Searched refs:band_end (Results 1 – 3 of 3) sorted by relevance
577 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;\
1010 int lnum, band_end; in psm_print_page() local1038 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()
614 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()