Home
last modified time | relevance | path

Searched refs:dstX (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
DThumbnailUtils.java384 int dstX = (targetWidth - src.width()) / 2; in transform() local
387 dstX, in transform()
389 targetWidth - dstX, in transform()
/frameworks/base/libs/hwui/font/
DFont.cpp214 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/
DGLES31Ext.spec15 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java423 int dstX, in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp610 …, 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/
Dgl2ext_api.in175 …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/
Dgl2ext.h717 …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/
Dtrace.in91dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth), (srcName, sr…
Dentries.in91 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
Dgltrace_api.cpp16203 …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()