Searched defs:FcDefaultSubstitute (Results 1 - 1 of 1) 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...]

Completed in 57 milliseconds