Searched refs:glyphListX (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A Dsunfontids.h80 jfieldID glyphListX, glyphListY, glyphListLen, member in struct:FontManagerNativeIDs
H A DsunFont.c161 sunFontIDs.glyphListX = (*env)->GetFieldID(env, tmpClass, "x", "F");
H A DDrawGlyphList.c61 jfloat x = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListX);
488 jfloat x = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListX);

Completed in 35 milliseconds