Searched refs:FcCharSetNextPage (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/fontconfig/dist/fc-validate/
H A Dfc-validate.c211 ucs4 = FcCharSetNextPage (fcs_sub, map, &pos))
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h129 # undef FcCharSetNextPage
130 extern __typeof (FcCharSetNextPage) FcCharSetNextPage __attribute((alias("IA__FcCharSetNextPage"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h121 extern __typeof (FcCharSetNextPage) IA__FcCharSetNextPage FC_ATTRIBUTE_VISIBILITY_HIDDEN;
122 #define FcCharSetNextPage IA__FcCharSetNextPage macro
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c775 FcCharSetNextPage (const FcCharSet *a, function in typeref:typename:FcChar32
809 return FcCharSetNextPage (a, map, next);
H A Dfclang.c153 ucs4 = FcCharSetNextPage (missed, map, &next))
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h559 FcCharSetNextPage (const FcCharSet *a,
/xsrc/external/mit/xfd/dist/
H A Dgrid.c211 while ((this = FcCharSetNextPage (xft->charset, map, &next)) != FC_CHARSET_DONE)
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c2558 while ((temp = FcCharSetNextPage(xft->charset, map, &next)) != FC_CHARSET_DONE)
4798 } while ((base = FcCharSetNextPage(font->charset, map,

Completed in 15 milliseconds