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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 154 double yBottomCorners[2] = {-2e30, -2e30};
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
194 yBottomCorners[0] = y1;
195 yBottomCorners[1] = y2;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 154 double yBottomCorners[2] = {-2e30, -2e30};
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
194 yBottomCorners[0] = y1;
195 yBottomCorners[1] = y2;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 154 double yBottomCorners[2] = {-2e30, -2e30};
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
194 yBottomCorners[0] = y1;
195 yBottomCorners[1] = y2;
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
    [all...]

Completed in 34 milliseconds