Lines Matching refs:ybot1
646 int ybot1 = runs1[1]; in skin_region_test_intersect() local
650 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() local
823 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()
955 if (ybot == ybot1) { in region_operator_do()