Searched refs:ybot1 (Results 1 – 1 of 1) sorted by relevance
646 int ybot1 = runs1[1]; in skin_region_test_intersect() local650 if (ybot1 <= ytop2) in skin_region_test_intersect()676 ybot = (ybot1 < ybot2) ? ybot1 : ybot2; in skin_region_test_intersect()729 if (ybot == ybot1) in skin_region_test_intersect()817 int ybot1, ybot2; in region_operator_do() local823 ybot1 = runs1[1]; in region_operator_do()826 RASSERT(ybot1 != YSENTINEL); in region_operator_do()829 if (ybot1 <= ytop2) { in region_operator_do()831 runs = runs_copy_scanline_adj( runs, runs1, ytop1, ybot1 ); in region_operator_do()856 ybot = (ybot1 <= ybot2) ? ybot1 : ybot2; in region_operator_do()[all …]