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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c522 char **fcdirs = NULL, **x11dirs = NULL, **knowndirs = NULL, *path = NULL; local
530 knowndirs = fullLinuxFontPath;
532 knowndirs = full_MACOSX_X11FontPath;
534 knowndirs = fullSolarisFontPath;
563 path = mergePaths(fcdirs, x11dirs, knowndirs, noType1);

Completed in 96 milliseconds