Lines Matching refs:xright2
686 int xright2 = span2[1]; in skin_region_test_intersect() local
689 RASSERT(xright2 != XSENTINEL); in skin_region_test_intersect()
695 else if (xright2 <= xleft1) { in skin_region_test_intersect()
710 xright = (xright1 < xright2) ? xright1 : xright2; in skin_region_test_intersect()
716 if (xright == xright2) in skin_region_test_intersect()
868 int xright1, xright2; in region_operator_do() local
875 xright2 = span2[1]; in region_operator_do()
878 RASSERT(xright2 != XSENTINEL); in region_operator_do()
888 if (xright2 <= xleft1) { in region_operator_do()
890 span = runs_add_span( span, xleft2, xright2 ); in region_operator_do()
908 xright = (xright1 <= xright2) ? xright1 : xright2; in region_operator_do()
919 if (xright == xright2) { in region_operator_do()