Home
last modified time | relevance | path

Searched defs:outCrop (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java468 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, GeometryHolder holder, in getCropSelectionToScreenMatrix()
483 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, in getCropSelectionToScreenMatrix()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp351 Rect outCrop = crop; in scaleDownCrop() local
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp749 Rect outCrop = crop; in scaleDownCrop() local
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1079 status_t encodeCrop(const std::vector<Rect>& crop, hidl_vec<uint8_t>* outCrop) { in encodeCrop()
1083 status_t decodeCrop(const hidl_vec<uint8_t>& crop, std::vector<Rect>* outCrop) { in decodeCrop()