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

  /frameworks/native/libs/gui/
GLConsumer.cpp 929 Rect outCrop = mCurrentCrop;
949 outCrop.left += halfdw;
951 outCrop.right -= (dw - halfdw);
    [all...]
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 317 Rect* outCrop, int* outScalingMode,
323 *outCrop = crop;
  /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 630 milliseconds