Searched refs:FcConfigSubstitute (Results 1 - 2 of 2) 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...]
H A Dfontconfig.h399 FcConfigSubstitute (FcConfig *config,

Completed in 35 milliseconds