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

/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c36 JNIEXPORT jstring JNICALL Java_sun_awt_Win32FontManager_getFontPath(JNIEnv *env, jobject thiz, jboolean noType1) argument
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1300 private String[] getFontFilesFromPath(boolean noType1) { argument
1302 if (noType1) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c414 static char* mergePaths(char **p1, char **p2, char **p3, jboolean noType1) { argument
438 if (noType1 && strstr(p1[i], "Type1") != NULL) {
446 if (noType1 && strstr(p2[i], "Type1") != NULL) {
463 if (noType1 && strstr(p3[i], "Type1") != NULL) {
520 static char *getPlatformFontPathChars(JNIEnv *env, jboolean noType1) { argument
563 path = mergePaths(fcdirs, x11dirs, knowndirs, noType1);
580 (JNIEnv *env, jobject thiz, jboolean noType1) {
585 ptr = getPlatformFontPathChars(env, noType1);
579 Java_sun_awt_X11FontManager_getFontPathNative(JNIEnv *env, jobject thiz, jboolean noType1) argument

Completed in 66 milliseconds