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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp220 int yTopMost, yBottomMost; local
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;
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DBlend.cpp220 int yTopMost, yBottomMost; local
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;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp220 int yTopMost, yBottomMost; local
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;

Completed in 90 milliseconds