Searched refs:xright1 (Results 1 – 3 of 3) sorted by relevance
684 int xright1 = span1[1]; in skin_region_test_intersect() local688 RASSERT(xright1 != XSENTINEL); in skin_region_test_intersect()691 if (xright1 <= xleft2) { in skin_region_test_intersect()710 xright = (xright1 < xright2) ? xright1 : xright2; in skin_region_test_intersect()714 if (xright == xright1) in skin_region_test_intersect()868 int xright1, xright2; in region_operator_do() local874 xright1 = span1[1]; in region_operator_do()877 RASSERT(xright1 != XSENTINEL); in region_operator_do()880 if (xright1 <= xleft2) { in region_operator_do()882 span = runs_add_span( span, xleft1, xright1 ); in region_operator_do()[all …]
109246 double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);109249 || (xleft1<xright1)109250 || (xleft1==xright1 && xleft2<xright2)109267 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];109269 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
109206 double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);109209 || (xleft1<xright1)109210 || (xleft1==xright1 && xleft2<xright2)109227 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];109229 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );