Searched refs:FcConfigParseAndLoadFromMemory (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-bz1744377.c41 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
43 if (FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue))
45 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcFalse))
H A Dtest-issue180.c45 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
60 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue))
H A Dtest-bz106632.c202 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 Dtest-issue107.c216 if (!FcConfigParseAndLoadFromMemory (cfg, dd, FcFalse))
244 if (!FcConfigParseAndLoadFromMemory (cfg, dd, FcFalse))
H A Dtest-family-matching.c94 if (!FcConfigParseAndLoadFromMemory (cfg, xml, FcTrue))
H A Dtest-conf.c612 ret = FcConfigParseAndLoadFromMemory (config, (const FcChar8 *) buf, FcTrue);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcinit.c57 if (!FcConfigParseAndLoadFromMemory (config, fallback, FcFalse))
H A Dfcxml.c3726 FcConfigParseAndLoadFromMemory (FcConfig *config, function in typeref:typename:FcBool
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h501 # undef FcConfigParseAndLoadFromMemory
502 extern __typeof (FcConfigParseAndLoadFromMemory) FcConfigParseAndLoadFromMemory __attribute((alias("IA__FcConfigParseAndLoadFromMemory"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h449 extern __typeof (FcConfigParseAndLoadFromMemory) IA__FcConfigParseAndLoadFromMemory FC_ATTRIBUTE_VISIBILITY_HIDDEN;
450 #define FcConfigParseAndLoadFromMemory IA__FcConfigParseAndLoadFromMemory macro
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1139 FcConfigParseAndLoadFromMemory (FcConfig *config,

Completed in 14 milliseconds