Searched defs:srcHeight (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | MagnifierAnimation.cpp | 44 virtual SkBitmap getDestinationBitmap(int srcWidth, int srcHeight) override { in getDestinationBitmap()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
H A D | BitmapUtils.java | 141 int srcHeight = bitmap.getHeight(); in resizeDownBySideLength() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 427 int srcHeight, in glCopyImageSubDataEXT()
|
H A D | GLES32.java | 263 int srcHeight, in glCopyImageSubData()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | HardwareRenderer.java | 1117 public long getDestinationBitmap(int srcWidth, int srcHeight) { 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()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 714 …rget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
H A D | android_opengl_GLES32.cpp | 431 …rget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth… in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|