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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c745 FcStrDirnameFuncType FcStrDirname; local
772 FcStrDirname =
773 (FcStrDirnameFuncType)dlsym(libfontconfig, "FcStrDirname");
783 FcStrDirname == NULL ||
796 * We call FcStrDirname strip the file name from the path, and
798 * it into our array of char*. Note that FcStrDirname returns newly
812 dir = (*FcStrDirname)(file);

Completed in 222 milliseconds