Home | History | Annotate | Download | only in mosaic

Lines Matching refs:yBottomMost

215     int yTopMost, yBottomMost;
222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
224 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
267 cropping_rect.bottom = yBottomMost;