Searched refs:yBottomMost (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 220 int yTopMost, yBottomMost; in runBlend() local 227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend() 229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) in runBlend() 233 xLeftMost, xRightMost, yTopMost, yBottomMost); in runBlend() 280 cropping_rect.bottom = yBottomMost; in runBlend()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 220 int yTopMost, yBottomMost; in runBlend() local 227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1); in runBlend() 229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) in runBlend() 233 xLeftMost, xRightMost, yTopMost, yBottomMost); in runBlend() 280 cropping_rect.bottom = yBottomMost; in runBlend()
|