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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c340 char **x11Path, **fontdirs; local
343 x11Path = XGetFontPath (awt_display, &nPaths);
359 if (x11Path[i][0] != '/') {
362 if (strstr(x11Path[i], "/75dpi") != NULL) {
365 if (strstr(x11Path[i], "/100dpi") != NULL) {
368 if (strstr(x11Path[i], "/misc") != NULL) {
371 if (strstr(x11Path[i], "/Speedo") != NULL) {
374 if (strstr(x11Path[i], ".gnome") != NULL) {
378 if (strstr(x11Path[i], "/F3/") != NULL) {
381 if (strstr(x11Path[
[all...]

Completed in 32 milliseconds