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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1152 jarray fcFontArr; local
1290 * we actually want to use, so we create 'fcFontArr' of that length.
1293 * to 'fcFontArr'. If its null (we didn't want the font)
1298 fcFontArr =
1300 (*env)->SetObjectField(env,fcCompFontObj, fcAllFontsID, fcFontArr);
1327 (*env)->SetObjectArrayElement(env, fcFontArr, fn++,fcFont);

Completed in 32 milliseconds