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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c747 FcFontSetDestroyFuncType FcFontSetDestroy; local
776 FcFontSetDestroy =
777 (FcFontSetDestroyFuncType)dlsym(libfontconfig, "FcFontSetDestroy");
785 FcFontSetDestroy == NULL) { /* problem with the library: return. */
829 (*FcFontSetDestroy)(fontSet);
994 FcFontSetDestroyFuncType FcFontSetDestroy; local
1080 FcFontSetDestroy =
1081 (FcFontSetDestroyFuncType)dlsym(libfontconfig, "FcFontSetDestroy");
1097 FcFontSetDestroy == NULL ||
1212 (*FcFontSetDestroy)(fontse
[all...]

Completed in 35 milliseconds