Searched defs:bytesPerGlyph (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp387 jint bytesPerGlyph; local
390 bytesPerGlyph = BYTES_PER_POSITIONED_GLYPH;
393 bytesPerGlyph = BYTES_PER_GLYPH_IMAGE;
400 SKIP_BYTES(b, numGlyphs * bytesPerGlyph);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c251 jint bytesPerGlyph; local
254 bytesPerGlyph = BYTES_PER_POSITIONED_GLYPH;
257 bytesPerGlyph = BYTES_PER_GLYPH_IMAGE;
264 SKIP_BYTES(b, numGlyphs * bytesPerGlyph);

Completed in 42 milliseconds