HomeSort by relevance Sort by last modified time
    Searched refs:xRightMost (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 219 int xLeftMost, xRightMost;
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;
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 219 int xLeftMost, xRightMost;
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;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 219 int xLeftMost, xRightMost;
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;
    [all...]

Completed in 56 milliseconds