Searched refs:FcStrDirname (Results 1 - 2 of 2) 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);
H A Dfontconfig.h885 FcStrDirname (const FcChar8 *file);

Completed in 36 milliseconds