Lines Matching refs:ytop2
647 int ytop2 = runs2[0]; in skin_region_test_intersect() local
650 if (ybot1 <= ytop2) in skin_region_test_intersect()
668 if (ytop1 < ytop2) { in skin_region_test_intersect()
670 ytop1 = ytop2; in skin_region_test_intersect()
671 } else if (ytop2 < ytop1) { in skin_region_test_intersect()
673 ytop2 = ytop1; in skin_region_test_intersect()
813 int ytop2 = runs2[0]; in region_operator_do() local
815 if (ytop1 != YSENTINEL && ytop2 != YSENTINEL) in region_operator_do()
819 while (ytop1 != YSENTINEL && ytop2 != YSENTINEL) in region_operator_do()
829 if (ybot1 <= ytop2) { in region_operator_do()
839 runs = runs_copy_scanline_adj( runs, runs2, ytop2, ybot2 ); in region_operator_do()
841 ytop2 = runs2[0]; in region_operator_do()
845 if (ytop1 < ytop2) { in region_operator_do()
847 runs = runs_copy_scanline_adj( runs, runs1, ytop1, ytop2 ); in region_operator_do()
848 ytop1 = ytop2; in region_operator_do()
850 else if (ytop2 < ytop1) { in region_operator_do()
852 runs = runs_copy_scanline_adj( runs, runs2, ytop2, ytop1 ); in region_operator_do()
853 ytop2 = ytop1; in region_operator_do()
953 ytop1 = ytop2 = ybot; in region_operator_do()
961 ytop2 = runs2[0]; in region_operator_do()
975 while (ytop2 != YSENTINEL) { in region_operator_do()
976 runs = runs_copy_scanline_adj( runs, runs2, ytop2, runs2[1] ); in region_operator_do()
978 ytop2 = runs2[0]; in region_operator_do()