Searched refs:FcFreeTypeCharSet (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/fontconfig/include/
H A Dfcftalias.h5 extern __typeof (FcFreeTypeCharSet) IA__FcFreeTypeCharSet FC_ATTRIBUTE_VISIBILITY_HIDDEN;
6 #define FcFreeTypeCharSet IA__FcFreeTypeCharSet macro
H A Dfcftaliastail.h7 # undef FcFreeTypeCharSet
8 extern __typeof (FcFreeTypeCharSet) FcFreeTypeCharSet __attribute((alias("IA__FcFreeTypeCharSet"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfcfreetype.h43 FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks);
/xsrc/external/mit/fontconfig/dist/fc-validate/
H A Dfc-validate.c195 fcs = FcFreeTypeCharSet (face, NULL);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2101 cs = FcFreeTypeCharSet (face, NULL);
2108 /* The FcFreeTypeCharSet() chose the encoding; test it for symbol. */
2596 FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks FC_UNUSED) function in typeref:typename:FcCharSet *
2697 return FcFreeTypeCharSet (face, blanks);
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c846 charset = FcFreeTypeCharSet (face, FcConfigGetBlanks (NULL));

Completed in 11 milliseconds