Home
last modified time | relevance | path

Searched refs:fFCI (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/ports/
DSkFontMgr_FontConfigInterface.cpp33 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()
DSkFontConfigTypeface.h20 sk_sp<SkFontConfigInterface> fFCI; variable
61 , fFCI(std::move(fci)) in SkTypeface_FCI()
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp33 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()
DSkFontConfigTypeface.h20 sk_sp<SkFontConfigInterface> fFCI; variable
61 , fFCI(std::move(fci)) in SkTypeface_FCI()