Home | History | Annotate | Download | only in mosaic

Lines Matching refs:yBottomMost

220     int yTopMost, yBottomMost;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
280 cropping_rect.bottom = yBottomMost;