Searched refs:FcDefaultSubstitute (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c852 FcDefaultSubstituteFuncType FcDefaultSubstitute; local
888 FcDefaultSubstitute = (FcDefaultSubstituteFuncType)
889 dlsym(libfontconfig, "FcDefaultSubstitute");
901 FcDefaultSubstitute == NULL ||
921 (*FcDefaultSubstitute)(pattern);
988 FcDefaultSubstituteFuncType FcDefaultSubstitute; local
1068 FcDefaultSubstitute = (FcDefaultSubstituteFuncType)
1069 dlsym(libfontconfig, "FcDefaultSubstitute");
1092 FcDefaultSubstitute == NULL ||
1177 (*FcDefaultSubstitute)(patter
[all...]
H A Dfontconfig.h479 FcDefaultSubstitute (FcPattern *pattern);

Completed in 36 milliseconds