Searched refs:xRightMost (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 219 int xLeftMost, xRightMost; local 224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); 229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) 232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)", 233 xLeftMost, xRightMost, yTopMost, yBottomMost); 275 cropping_rect.right = xRightMost;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 219 int xLeftMost, xRightMost; local 224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); 229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost) 232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)", 233 xLeftMost, xRightMost, yTopMost, yBottomMost); 275 cropping_rect.right = xRightMost;
|
Completed in 143 milliseconds