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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c746 FcPatternDestroyFuncType FcPatternDestroy; local
774 FcPatternDestroy =
775 (FcPatternDestroyFuncType)dlsym(libfontconfig, "FcPatternDestroy");
784 FcPatternDestroy == NULL ||
830 (*FcPatternDestroy)(pattern);
856 FcPatternDestroyFuncType FcPatternDestroy; local
895 FcPatternDestroy =
896 (FcPatternDestroyFuncType)dlsym(libfontconfig, "FcPatternDestroy");
905 FcPatternDestroy == NULL) { /* problem with the library: return. */
930 (*FcPatternDestroy)(matchPatter
991 FcPatternDestroyFuncType FcPatternDestroy; local
[all...]

Completed in 33 milliseconds