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

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 144 double xRightCorners[2] = {-2e30, -2e30};
175 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
177 xRightCorners[0] = x3;
178 xRightCorners[1] = x2;
219 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 149 double xRightCorners[2] = {-2e30, -2e30};
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
183 xRightCorners[1] = x2;
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 149 double xRightCorners[2] = {-2e30, -2e30};
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
183 xRightCorners[1] = x2;
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
    [all...]

Completed in 82 milliseconds