Searched refs:dstY (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ThumbnailUtils.java | 499 int dstY = (targetHeight - src.height()) / 2; in transform() local 502 dstY, in transform() 504 targetHeight - dstY); in transform()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 424 int dstY, in glCopyImageSubDataEXT() argument
|
H A D | GLES32.java | 260 int dstY, in glCopyImageSubData() argument
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 714 …, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint sr… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 726 (GLint)dstY, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
H A D | android_opengl_GLES32.cpp | 431 …, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint sr… in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument 443 (GLint)dstY, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|