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

  /frameworks/native/include/gui/
IGraphicBufferProducer.h 289 Rect* outCrop, int* outScalingMode,
295 *outCrop = crop;
  /frameworks/native/libs/gui/
GLConsumer.cpp 886 Rect outCrop = mCurrentCrop;
906 outCrop.left += halfdw;
908 outCrop.right -= (dw - halfdw);
913 outCrop.top += halfdh;
915 outCrop.bottom -= (dh - halfdh);
919 outCrop.left, outCrop.top,
920 outCrop.right,outCrop.bottom);
923 return outCrop;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 468 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, GeometryHolder holder,
476 if (outCrop != null) {
478 outCrop.set(crop);
483 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop,
487 return getCropSelectionToScreenMatrix(outCrop, holder, bitmapWidth, bitmapHeight,

Completed in 79 milliseconds