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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
226 yTopMost = max(0, max(yTopCorners[0], yTopCorners[1]) - fullRect.top + 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
279 cropping_rect.top = yTopMost;
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
226 yTopMost = max(0, max(yTopCorners[0], yTopCorners[1]) - fullRect.top + 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
279 cropping_rect.top = yTopMost;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 220 int yTopMost, yBottomMost;
226 yTopMost = max(0, max(yTopCorners[0], yTopCorners[1]) - fullRect.top + 1);
229 if (xRightMost <= xLeftMost || yBottomMost <= yTopMost)
232 "(xLeftMost, xRightMost, yTopMost, yBottomMost): (%d, %d, %d, %d)",
233 xLeftMost, xRightMost, yTopMost, yBottomMost);
279 cropping_rect.top = yTopMost;
    [all...]

Completed in 64 milliseconds