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

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

Completed in 811 milliseconds