/frameworks/base/media/java/android/media/ |
D | ThumbnailUtils.java | 384 int dstX = (targetWidth - src.width()) / 2; in transform() local 387 dstX, in transform() 389 targetWidth - dstX, in transform()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 214 int dstX = x + glyph->mBitmapLeft; in drawCachedGlyphBitmap() local 233 … memcpy(&bitmap[bitmapY + dstX], &cacheBuffer[cacheY + glyph->mStartX], glyph->mBitmapWidth); in drawCachedGlyphBitmap() 236 …bitmap[bitmapY + dstX + i] = cacheBuffer[cacheY + (glyph->mStartX + i)*formatSize + alpha_channel_… in drawCachedGlyphBitmap()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 15 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 423 int dstX, in glCopyImageSubDataEXT() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 610 …, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint ds… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 621 (GLint)dstX, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 175 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 176 …ame, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWid…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 717 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 719 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
/frameworks/native/opengl/libs/ |
D | trace.in | 91 …dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth), (srcName, sr…
|
D | entries.in | 91 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 399 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
D | gltrace_api.cpp | 16203 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … in GLTrace_glCopyImageSubDataEXT() argument 16267 arg_dstX->add_intvalue(dstX); in GLTrace_glCopyImageSubDataEXT() 16302 …ame, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWid… in GLTrace_glCopyImageSubDataEXT()
|