Searched refs:glyphListLen (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.c163 sunFontIDs.glyphListLen = (*env)->GetFieldID(env, tmpClass, "len", "I");
H A DDrawGlyphList.c63 jint len = (*env)->GetIntField(env, glyphlist, sunFontIDs.glyphListLen);
490 jint len = (*env)->GetIntField(env, glyphlist, sunFontIDs.glyphListLen);

Completed in 61 milliseconds