Searched defs:rowBytesOffset (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGlyphImageRef.h43 int rowBytesOffset; member in struct:__anon914
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeCache.java111 static int rowBytesOffset; field in class:StrikeCache
148 rowBytesOffset = (int)nativeInfo[6];
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp635 jint rowBytesOffset,
714 ginfo->image+rowBytesOffset,
829 jint rowBytesOffset = 0; local
834 rowBytesOffset = 3 - frac;
839 if (rowBytesOffset == 0 &&
851 rowBytesOffset,
633 D3DTR_DrawLCDGlyphNoCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c953 jint rowBytesOffset,
1014 ginfo->image + rowBytesOffset);
1130 jint rowBytesOffset = 0; local
1135 rowBytesOffset = 3 - frac;
1140 if (rowBytesOffset == 0 &&
1152 rowBytesOffset,
951 OGLTR_DrawLCDGlyphNoCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast) argument

Completed in 48 milliseconds