Home
last modified time | relevance | path

Searched refs:srcHeight (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DCopyRequest.h38 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) = 0;
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java141 int srcHeight = bitmap.getHeight(); in resizeDownBySideLength() local
143 (float) maxLength / srcWidth, (float) maxLength / srcHeight); in resizeDownBySideLength()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DMagnifierAnimation.cpp44 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap() argument
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java427 int srcHeight, in glCopyImageSubDataEXT() argument
H A DGLES32.java263 int srcHeight, in glCopyImageSubData() argument
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1117 public long getDestinationBitmap(int srcWidth, int srcHeight) { in getDestinationBitmap() argument
1120 Bitmap.createBitmap(srcWidth, srcHeight, Bitmap.Config.ARGB_8888); in getDestinationBitmap()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp667 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap() argument
669 mRefHolder.object(), gCopyRequest.getDestinationBitmap, srcWidth, srcHeight); in getDestinationBitmap()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp714 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
729 (GLsizei)srcHeight, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
H A Dandroid_opengl_GLES32.cpp431 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument
446 (GLsizei)srcHeight, in android_glCopyImageSubData__IIIIIIIIIIIIIII()