Home | History | Annotate | Download | only in mosaic

Lines Matching refs:xRightCorners

149     double xRightCorners[2] = {-2e30, -2e30};
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
183 xRightCorners[1] = x2;
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);