Home
last modified time | relevance | path

Searched refs:xRightMost (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp219 int xLeftMost, xRightMost; in runBlend() local
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); in runBlend()
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) in runBlend()
233 xLeftMost, xRightMost, yTopMost, yBottomMost); in runBlend()
275 cropping_rect.right = xRightMost; in runBlend()