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 949 Rect outCrop = mCurrentCrop;
    [all...]
  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 328 Rect* outCrop, int* outScalingMode,
335 *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 225 milliseconds