Searched refs:fFC (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 565 mutable SkAutoFcConfig fFC; // Only mutable to avoid const cast when passed to FontConfig API. member in SkFontMgr_fontconfig 616 FcConfigSubstitute(fFontMgr->fFC, pattern, FcMatchPattern); in matchStyle() 621 return FcFontSetMatch(fFontMgr->fFC, in matchStyle() 721 : fFC(config ? config : FcInitLoadConfigAndFonts()) in SkFontMgr_fontconfig() 722 , fSysroot(reinterpret_cast<const char*>(FcConfigGetSysRoot(fFC))) in SkFontMgr_fontconfig() 723 , fFamilyNames(GetFamilyNames(fFC)) { } in SkFontMgr_fontconfig() 728 fFC.reset(); in ~SkFontMgr_fontconfig() 835 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamily() 855 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() 863 FcFontSetAdd(matches, FcFontRenderPrepare(fFC, pattern, font)); in onMatchFamily() [all …]
|
/external/skqp/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 561 mutable SkAutoFcConfig fFC; member in SkFontMgr_fontconfig 608 FcConfigSubstitute(fFontMgr->fFC, pattern, FcMatchPattern); in matchStyle() 613 SkAutoFcPattern match(FcFontSetMatch(fFontMgr->fFC, in matchStyle() 706 : fFC(config ? config : FcInitLoadConfigAndFonts()) in SkFontMgr_fontconfig() 707 , fFamilyNames(GetFamilyNames(fFC)) { } in SkFontMgr_fontconfig() 712 fFC.reset(); in ~SkFontMgr_fontconfig() 801 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamily() 821 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() 829 FcFontSetAdd(matches, FcFontRenderPrepare(fFC, pattern, font)); in onMatchFamily() 845 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamilyStyle() [all …]
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 40 static sk_sp<TestFontCollection> fFC = nullptr; in getFontCollection() local 41 if (fFC == nullptr) { in getFontCollection() 42 fFC = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true); in getFontCollection() 44 return fFC; in getFontCollection()
|