Searched refs:fFCI (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 33 return fFCI->openStream(this->getIdentity()); in onOpenStream() 42 return skstd::make_unique<SkFontData>(std::unique_ptr<SkStreamAsset>(fFCI->openStream(id)), in onMakeFontData() 157 sk_sp<SkFontConfigInterface> fFCI; member in SkFontMgr_FCI 170 : fFCI(std::move(fci)) in SkFontMgr_FCI() 202 if (!fFCI->matchFamilyName(requestedFamilyName, requestedStyle, in onMatchFamilyStyle() 211 face = SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle); in onMatchFamilyStyle() 311 if (!fFCI->matchFamilyName(requestedFamilyName, requestedStyle, in onLegacyMakeTypeface() 320 face = SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle); in onLegacyMakeTypeface()
|
D | SkFontConfigTypeface.h | 20 sk_sp<SkFontConfigInterface> fFCI; variable 61 , fFCI(std::move(fci)) in SkTypeface_FCI()
|
/external/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 33 return std::unique_ptr<SkStreamAsset>(fFCI->openStream(this->getIdentity())); in onOpenStream() 42 return skstd::make_unique<SkFontData>(std::unique_ptr<SkStreamAsset>(fFCI->openStream(id)), in onMakeFontData() 156 sk_sp<SkFontConfigInterface> fFCI; member in SkFontMgr_FCI 169 : fFCI(std::move(fci)) in SkFontMgr_FCI() 201 if (!fFCI->matchFamilyName(requestedFamilyName, requestedStyle, in onMatchFamilyStyle() 210 face.reset(SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle)); in onMatchFamilyStyle() 310 if (!fFCI->matchFamilyName(requestedFamilyName, requestedStyle, in onLegacyMakeTypeface() 319 face.reset(SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle)); in onLegacyMakeTypeface()
|
D | SkFontConfigTypeface.h | 20 sk_sp<SkFontConfigInterface> fFCI; variable 61 , fFCI(std::move(fci)) in SkTypeface_FCI()
|