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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c851 FcConfigSubstituteFuncType FcConfigSubstitute; local
886 FcConfigSubstitute =
887 (FcConfigSubstituteFuncType)dlsym(libfontconfig, "FcConfigSubstitute");
900 FcConfigSubstitute == NULL ||
920 (*FcConfigSubstitute)(NULL, pattern, FcMatchPattern);
987 FcConfigSubstituteFuncType FcConfigSubstitute; local
1066 FcConfigSubstitute =
1067 (FcConfigSubstituteFuncType)dlsym(libfontconfig, "FcConfigSubstitute");
1091 FcConfigSubstitute == NULL ||
1176 (*FcConfigSubstitute)(NUL
[all...]

Completed in 33 milliseconds