Searched refs:FcCharSetNextPage (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/fc-validate/ |
| H A D | fc-validate.c | 211 ucs4 = FcCharSetNextPage (fcs_sub, map, &pos))
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcaliastail.h | 129 # undef FcCharSetNextPage 130 extern __typeof (FcCharSetNextPage) FcCharSetNextPage __attribute((alias("IA__FcCharSetNextPage"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
|
| H A D | fcalias.h | 121 extern __typeof (FcCharSetNextPage) IA__FcCharSetNextPage FC_ATTRIBUTE_VISIBILITY_HIDDEN; 122 #define FcCharSetNextPage IA__FcCharSetNextPage macro
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 775 FcCharSetNextPage (const FcCharSet *a, function in typeref:typename:FcChar32 809 return FcCharSetNextPage (a, map, next);
|
| H A D | fclang.c | 153 ucs4 = FcCharSetNextPage (missed, map, &next))
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 559 FcCharSetNextPage (const FcCharSet *a,
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | grid.c | 211 while ((this = FcCharSetNextPage (xft->charset, map, &next)) != FC_CHARSET_DONE)
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 2558 while ((temp = FcCharSetNextPage(xft->charset, map, &next)) != FC_CHARSET_DONE) 4798 } while ((base = FcCharSetNextPage(font->charset, map,
|
Completed in 15 milliseconds