Searched defs:fcCompFontArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c983 jobjectArray fcCompFontArray, jboolean includeFallbacks) {
1021 if (fcInfoObj == NULL || fcCompFontArray == NULL || fcInfoClass == NULL ||
1146 arrlen = (*env)->GetArrayLength(env, fcCompFontArray);
1154 fcCompFontObj = (*env)->GetObjectArrayElement(env, fcCompFontArray, i);
981 Java_sun_font_FontConfigManager_getFontConfig(JNIEnv *env, jclass obj, jstring localeStr, jobject fcInfoObj, jobjectArray fcCompFontArray, jboolean includeFallbacks) argument

Completed in 235 milliseconds