Searched refs:ybot (Results 1 – 1 of 1) sorted by relevance
204 int ybot, ytop = runs[0]; in runs_find_y() local209 ybot = runs[1]; in runs_find_y()210 if (y < ybot) in runs_find_y()244 runs_copy_scanline_adj( Run* dst, Run* src, int ytop, int ybot ) in runs_copy_scanline_adj() argument248 dst[1] = (Run) ybot; in runs_copy_scanline_adj()321 int ybot; in runs_coalesce() local328 ybot = src[1]; in runs_coalesce()329 RASSERT( ytop < ybot ); in runs_coalesce()330 RASSERT( ybot != YSENTINEL ); in runs_coalesce()334 if (ybot > minmax->y2) minmax->y2 = ybot; in runs_coalesce()[all …]