Home | History | Annotate | Download | only in mosaic

Lines Matching refs:xLeftCorners

148     double xLeftCorners[2] = {2e30, 2e30};
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
176 xLeftCorners[0] = x0;
177 xLeftCorners[1] = x1;
223 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect.left + 1);