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 876 Rect outCrop = crop;
896 outCrop.left += halfdw;
898 outCrop.right -= (dw - halfdw);
903 outCrop.top += halfdh;
905 outCrop.bottom -= (dh - halfdh);
909 outCrop.left, outCrop.top,
910 outCrop.right,outCrop.bottom);
912 return outCrop;
    [all...]
  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 337 Rect* outCrop, int* outScalingMode,
344 *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 515 milliseconds