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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1011 jmethodID fcFontCons; local
1041 fcFontCons = (*env)->GetMethodID(env, fcFontClass, "<init>", "()V");
1053 fcFirstFontID == NULL || fcAllFontsID == NULL || fcFontCons == NULL ||
1307 (*env)->NewObject(env, fcFontClass, fcFontCons);

Completed in 33 milliseconds