Searched refs:srcHeight (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | CopyRequest.h | 38 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) = 0;
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
H A D | BitmapUtils.java | 141 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 D | MagnifierAnimation.cpp | 44 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap() argument
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 427 int srcHeight, in glCopyImageSubDataEXT() argument
|
H A D | GLES32.java | 263 int srcHeight, in glCopyImageSubData() argument
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | HardwareRenderer.java | 1117 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 D | android_graphics_HardwareRenderer.cpp | 667 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 D | android_opengl_GLES31Ext.cpp | 714 …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 D | android_opengl_GLES32.cpp | 431 …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()
|