Searched refs:FcConfigParseAndLoadFromMemory (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-bz1744377.c | 41 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue)) 43 if (FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue)) 45 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcFalse))
|
| H A D | test-issue180.c | 45 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue)) 60 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue))
|
| H A D | test-bz106632.c | 202 if (!FcConfigParseAndLoadFromMemory (config, (const FcChar8 *) conf, FcTrue)) 250 if (!FcConfigParseAndLoadFromMemory (config, (const FcChar8 *) conf, FcTrue)) 298 if (!FcConfigParseAndLoadFromMemory (config, (const FcChar8 *) conf, FcTrue))
|
| H A D | test-issue107.c | 216 if (!FcConfigParseAndLoadFromMemory (cfg, dd, FcFalse)) 244 if (!FcConfigParseAndLoadFromMemory (cfg, dd, FcFalse))
|
| H A D | test-family-matching.c | 94 if (!FcConfigParseAndLoadFromMemory (cfg, xml, FcTrue))
|
| H A D | test-conf.c | 612 ret = FcConfigParseAndLoadFromMemory (config, (const FcChar8 *) buf, FcTrue);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcinit.c | 57 if (!FcConfigParseAndLoadFromMemory (config, fallback, FcFalse))
|
| H A D | fcxml.c | 3726 FcConfigParseAndLoadFromMemory (FcConfig *config, function in typeref:typename:FcBool
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcaliastail.h | 501 # undef FcConfigParseAndLoadFromMemory 502 extern __typeof (FcConfigParseAndLoadFromMemory) FcConfigParseAndLoadFromMemory __attribute((alias("IA__FcConfigParseAndLoadFromMemory"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
|
| H A D | fcalias.h | 449 extern __typeof (FcConfigParseAndLoadFromMemory) IA__FcConfigParseAndLoadFromMemory FC_ATTRIBUTE_VISIBILITY_HIDDEN; 450 #define FcConfigParseAndLoadFromMemory IA__FcConfigParseAndLoadFromMemory macro
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 1139 FcConfigParseAndLoadFromMemory (FcConfig *config,
|
Completed in 14 milliseconds