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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 270 MosaicRect cropping_rect; local
274 cropping_rect.left = xLeftMost;
275 cropping_rect.right = xRightMost;
279 cropping_rect.top = yTopMost;
280 cropping_rect.bottom = yBottomMost;
285 cropping_rect, progress, cancelComputation);
288 CropFinalMosaic(*imgMos, cropping_rect);
298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1;
299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.cpp 270 MosaicRect cropping_rect; local
274 cropping_rect.left = xLeftMost;
275 cropping_rect.right = xRightMost;
279 cropping_rect.top = yTopMost;
280 cropping_rect.bottom = yBottomMost;
285 cropping_rect, progress, cancelComputation);
288 CropFinalMosaic(*imgMos, cropping_rect);
298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1;
299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 270 MosaicRect cropping_rect; local
274 cropping_rect.left = xLeftMost;
275 cropping_rect.right = xRightMost;
279 cropping_rect.top = yTopMost;
280 cropping_rect.bottom = yBottomMost;
285 cropping_rect, progress, cancelComputation);
288 CropFinalMosaic(*imgMos, cropping_rect);
298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1;
299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1
    [all...]

Completed in 71 milliseconds