Searched refs:fFC (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 565 mutable SkAutoFcConfig fFC; // Only mutable to avoid const cast when passed to FontConfig API. 616 FcConfigSubstitute(fFontMgr->fFC, pattern, FcMatchPattern); 621 return FcFontSetMatch(fFontMgr->fFC, 721 : fFC(config ? config : FcInitLoadConfigAndFonts()) 722 , fSysroot(reinterpret_cast<const char*>(FcConfigGetSysRoot(fFC))) 723 , fFamilyNames(GetFamilyNames(fFC)) { } 728 fFC.reset(); 835 FcConfigSubstitute(fFC, pattern, FcMatchPattern); 855 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); 863 FcFontSetAdd(matches, FcFontRenderPrepare(fFC, patter [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 39 static sk_sp<TestFontCollection> fFC = nullptr; in getFontCollection() local 40 if (fFC == nullptr) { in getFontCollection() 41 fFC = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true); in getFontCollection() 43 return fFC; in getFontCollection()
|
Completed in 7 milliseconds