Home
last modified time | relevance | path

Searched refs:getDestinationBitmap (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DCopyRequest.h38 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) = 0;
H A DReadback.cpp171 SkBitmap skBitmap = request->getDestinationBitmap(srcRect.width(), srcRect.height()); in copySurfaceInto()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DMagnifierAnimation.cpp44 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap() function in BlockingCopyRequest
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp94 jmethodID getDestinationBitmap; member
667 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap() function in android::CopyRequestAdapter
669 mRefHolder.object(), gCopyRequest.getDestinationBitmap, srcWidth, srcHeight); in getDestinationBitmap()
1080 gCopyRequest.getDestinationBitmap = in register_android_view_ThreadedRenderer()
/aosp14/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java513 public @Nullable Bitmap getDestinationBitmap() { in getDestinationBitmap() method in PixelCopy.Request
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1117 public long getDestinationBitmap(int srcWidth, int srcHeight) { in getDestinationBitmap() method in HardwareRenderer.CopyRequest
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51564 method @Nullable public android.graphics.Bitmap getDestinationBitmap();