Searched refs:Mheight (Results 1 – 2 of 2) sorted by relevance
98 unsigned short Mwidth, Mheight; variable
212 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1); in runBlend()222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend()231 Mheight = (unsigned short) ((Mheight + 3) & ~3); // Round up. in runBlend()239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight); in runBlend()291 mosaicHeight = Mheight; in runBlend()298 if (Mwidth < width || Mheight < height) { in MosaicSizeCheck()302 if ((Mwidth * Mheight) > (width * height * sizeMultiplier)) { in MosaicSizeCheck()310 int shortSide = min(Mwidth, Mheight); in MosaicSizeCheck()