Home | History | Annotate | Download | only in ports

Lines Matching defs:config

227     // Note that this config is only used for FcFontRenderPrepare, which we don't even want.
229 SkAutoFcConfig config;
231 SkAutoFcPattern match(FcFontSetMatch(config, fontSets, SK_ARRAY_COUNT(fontSets),
665 /** Takes control of the reference to 'config'. */
666 explicit SkFontMgr_fontconfig(FcConfig* config)
667 : fFC(config ? config : FcInitLoadConfigAndFonts())
671 // Hold the lock while unrefing the config.