Lines Matching refs:ybot2
648 int ybot2 = runs2[1]; in skin_region_test_intersect() local
656 else if (ybot2 <= ytop1) in skin_region_test_intersect()
676 ybot = (ybot1 < ybot2) ? ybot1 : ybot2; in skin_region_test_intersect()
732 if (ybot == ybot2) in skin_region_test_intersect()
817 int ybot1, ybot2; in region_operator_do() local
824 ybot2 = runs2[1]; in region_operator_do()
827 RASSERT(ybot2 != YSENTINEL); in region_operator_do()
837 if (ybot2 <= ytop1) { in region_operator_do()
839 runs = runs_copy_scanline_adj( runs, runs2, ytop2, ybot2 ); in region_operator_do()
856 ybot = (ybot1 <= ybot2) ? ybot1 : ybot2; in region_operator_do()
959 if (ybot == ybot2) { in region_operator_do()