Home
last modified time | relevance | path

Searched defs:srcRect (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/libs/hwui/
DOpenGLReadback.cpp35 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto()
66 Matrix4& texTransform, const Rect& srcRect, in copyGraphicBufferInto()
100 Rect srcRect; in copyGraphicBufferInto() local
117 const Matrix4& texTransform, const Rect& srcRect, in copyTextureInto()
243 int imgWidth, int imgHeight, const Rect& srcRect, in copyImageInto()
DSkiaCanvas.cpp591 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap() local
/frameworks/base/graphics/java/android/view/
DPixelCopy.java129 public static void request(@NonNull SurfaceView source, @Nullable Rect srcRect, in request()
132 request(source.getHolder().getSurface(), srcRect, in request() local
176 public static void request(@NonNull Surface source, @Nullable Rect srcRect, in request()
254 public static void request(@NonNull Window source, @Nullable Rect srcRect, in request()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPixelCopyWindow.java84 Rect srcRect = new Rect(); in takeScreenshot() local
88 PixelCopy.request(getWindow(), srcRect, bitmap, (result) -> { in takeScreenshot() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanReadback.h29 virtual CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect, in copySurfaceInto()
DLayerDrawable.cpp102 SkRect srcRect = SkRect::MakeIWH(layerWidth, layerHeight); in DrawLayer() local
DSkiaOpenGLReadback.cpp37 int imgWidth, int imgHeight, const Rect& srcRect, in copyImageInto()
DSkiaRecordingCanvas.cpp181 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java145 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in gpuImageCopy()
158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in cpuImageCopy()
/frameworks/base/core/java/android/view/
DFocusFinderHelper.java44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
DFocusFinder.java546 boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
DThreadedRenderer.java923 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto()
/frameworks/base/core/tests/coretests/src/android/view/
DFocusFinderTest.java497 private void assertBetterCandidate(int direction, Rect srcRect, in assertBetterCandidate()
532 private void assertBeamBeats(int direction, Rect srcRect, in assertBeamBeats()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java199 Rect srcRect = getVisibleBounds(); in dragTo() local
219 Rect srcRect = getVisibleBounds(); in dragTo() local
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java303 final Rect srcRect = new Rect(); // Not orientation corrected. True coordinates. in decode() local
/frameworks/support/customview/src/main/java/androidx/customview/widget/
DFocusStrategy.java295 private static boolean isCandidate(@NonNull Rect srcRect, @NonNull Rect destRect, in isCandidate()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java395 RectF srcRect = new RectF(iconCX - mIntrinsicRadius, iconCY - mIntrinsicRadius, in onBoundsChange() local
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DHeifEncoder.java572 Rect srcRect, Rect dstRect) { in copyOneTileYUV()
/frameworks/base/core/java/android/widget/
DMagnifier.java639 final Rect srcRect = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in doDraw() local
/frameworks/native/vulkan/include/vulkan/
Dvulkan_core.h4938 VkRect2D srcRect; member