Searched refs:glyphListY (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.c162 sunFontIDs.glyphListY = (*env)->GetFieldID(env, tmpClass, "y", "F");
H A DDrawGlyphList.c62 jfloat y = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListY);
489 jfloat y = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListY);

Completed in 33 milliseconds