Home
last modified time | relevance | path

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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
DBlend.cpp149 double xRightCorners[2] = {-2e30, -2e30}; in runBlend() local
180 … if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher in runBlend()
182 xRightCorners[0] = x3; in runBlend()
183 xRightCorners[1] = x2; in runBlend()
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); in runBlend()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp149 double xRightCorners[2] = {-2e30, -2e30}; in runBlend() local
180 … if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher in runBlend()
182 xRightCorners[0] = x3; in runBlend()
183 xRightCorners[1] = x2; in runBlend()
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); in runBlend()