Searched refs:xright2 (Results 1 – 3 of 3) sorted by relevance
686 int xright2 = span2[1]; in skin_region_test_intersect() local689 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() local875 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()[all …]
109247 double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);109250 || (xleft1==xright1 && xleft2<xright2)109268 float xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];109269 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
109207 double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);109210 || (xleft1==xright1 && xleft2<xright2)109228 float xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];109229 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );