Home | History | Annotate | Download | only in mosaic

Lines Matching refs:yBottomCorners

149     double yBottomCorners[2] = {-2e30, -2e30};
187 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
189 yBottomCorners[0] = y1;
190 yBottomCorners[1] = y2;
222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);