Searched defs:totalGlyphs (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c104 ImageRef *glyphs, jint totalGlyphs,
122 for (glyphCounter = 0; glyphCounter < totalGlyphs; glyphCounter++) {
209 SurfaceDataBounds *bounds, ImageRef *glyphs, jint totalGlyphs)
261 totalGlyphs,
103 FillBitmap(XImage *theImage, ImageRef *glyphs, jint totalGlyphs, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) argument
207 AWTDrawGlyphList(JNIEnv *env, jobject xtr, jlong dstData, jlong gc, SurfaceDataBounds *bounds, ImageRef *glyphs, jint totalGlyphs) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbPre.c1083 jint totalGlyphs,
1104 for (glyphCounter = 0; glyphCounter < totalGlyphs; glyphCounter++) {
1081 IntArgbPreDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
H A Dvis_FourByteAbgr.c1854 jint totalGlyphs,
1884 for (glyphCounter = 0; glyphCounter < totalGlyphs; glyphCounter++) {
1852 FourByteAbgrDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp353 jint glyphIndex, jint totalGlyphs)
441 (jint)(ginfo->advanceX * (totalGlyphs - glyphIndex));
519 jint glyphIndex, jint totalGlyphs,
575 glyphIndex, totalGlyphs);
762 jint totalGlyphs, jboolean usePositions,
782 for (glyphCounter = 0; glyphCounter < totalGlyphs; glyphCounter++) {
846 glyphCounter, totalGlyphs,
349 D3DTR_UpdateCachedDestination(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint gx1, jint gy1, jint gx2, jint gy2, jint agx1, jint agx2, jint glyphIndex, jint totalGlyphs) argument
517 D3DTR_DrawLCDGlyphViaCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument
761 D3DTR_DrawGlyphList(D3DContext *d3dc, D3DSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c714 jint glyphIndex, jint totalGlyphs)
769 (jint)(ginfo->advanceX * (totalGlyphs - glyphIndex));
823 jint glyphIndex, jint totalGlyphs,
887 glyphIndex, totalGlyphs);
1064 jint totalGlyphs, jboolean usePositions,
1083 for (glyphCounter = 0; glyphCounter < totalGlyphs; glyphCounter++) {
1147 glyphCounter, totalGlyphs,
712 OGLTR_UpdateCachedDestination(OGLSDOps *dstOps, GlyphInfo *ginfo, jint gx1, jint gy1, jint gx2, jint gy2, jint glyphIndex, jint totalGlyphs) argument
821 OGLTR_DrawLCDGlyphViaCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument
1063 OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument

Completed in 45 milliseconds