Home
last modified time | relevance | path

Searched defs:cropRect (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/libs/gui/
DGLConsumerUtils.cpp28 const sp<GraphicBuffer>& buf, const Rect& cropRect, uint32_t transform, in computeTransformMatrix()
/frameworks/base/media/java/android/media/
DImage.java359 public void setCropRect(Rect cropRect) { in setCropRect()
DMediaCodec.java5183 public void setCropRect(@Nullable Rect cropRect) { in setCropRect()
5192 long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect) { in MediaImage()
5304 long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect, long context) { in MediaImage()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DCircleFramedDrawable.java67 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square); in CircleFramedDrawable() local
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java146 final Rect cropRect = new Rect(mContentBounds); in onAnimationUpdateInner() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java148 final Rect cropRect = new Rect(mContentBounds); in onAnimationUpdateInner() local
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedImageDrawable.java295 Rect cropRect, InputStream inputStream, AssetFileDescriptor afd) in AnimatedImageDrawable()
591 boolean extended, Rect cropRect) throws IOException; in nCreate()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java573 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropWidth, cropHeight); in effectiveCropRectFromRequested() local
/frameworks/base/libs/hwui/
DReadback.cpp46 ARect cropRect; in copySurfaceInto() local
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java731 RectF cropRect = new RectF(0, 0, dimsAfter[0], dimsAfter[1]); local
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp276 const Rect& cropRect, uint32_t transform, in computeTransformMatrix()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp672 android_native_rect_t cropRect; in ImageWriter_queueImage() local
759 android_native_rect_t cropRect; in attachAndQeueuGraphicBuffer() local
Dandroid_media_ImageReader.cpp812 Rect cropRect(cropLeft, cropTop, cropRight, cropBottom); in ImageReader_createImagePlanes() local
Dandroid_media_MediaCodec.cpp672 jobject cropRect = NULL; in getImage() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java1010 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight()); in getBuiltInDrawable() local
1031 RectF cropRect = new RectF(); in getMaxCropRect() local
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp1340 const FloatRect& cropRect, in getBoundsAndClip()
/frameworks/native/services/surfaceflinger/
DLayer.h141 FloatRect cropRect = FloatRect(); member
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1300 Rect cropRect(16, 16, 32, 32); in Test_LayerCrop() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1652 MeteringRectangle[] requestRegions, Rect cropRect){ in getExpectedOutputRegion()