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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
280 cropping_rect.bottom = yBottomMost;
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
280 cropping_rect.bottom = yBottomMost;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
280 cropping_rect.bottom = yBottomMost;
    [all...]

Completed in 27 milliseconds