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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c853 FcFontMatchFuncType FcFontMatch; local
890 FcFontMatch = (FcFontMatchFuncType)dlsym(libfontconfig, "FcFontMatch");
902 FcFontMatch == NULL ||
922 matchPattern = (*FcFontMatch)(NULL, pattern, &result);
989 FcFontMatchFuncType FcFontMatch; local
1070 FcFontMatch = (FcFontMatchFuncType)dlsym(libfontconfig, "FcFontMatch");
1093 FcFontMatch == NULL ||

Completed in 153 milliseconds