Home
last modified time | relevance | path

Searched refs:SkFontMgr_Indirect (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect()
57 sk_sp<const SkFontMgr_Indirect> fOwner;
62 int SkFontMgr_Indirect::onCountFamilies() const { in onCountFamilies()
66 void SkFontMgr_Indirect::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName()
70 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const { in onCreateStyleSet()
75 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const { in onMatchFamily()
79 SkTypeface* SkFontMgr_Indirect::createTypefaceFromFontId(const SkFontIdentity& id) const { in createTypefaceFromFontId()
138 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle()
144 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyleCharacter(const char familyName[], in onMatchFamilyStyleCharacter()
154 SkTypeface* SkFontMgr_Indirect::onMatchFaceStyle(const SkTypeface* familyMember, in onMatchFaceStyle()
[all …]
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect()
57 sk_sp<const SkFontMgr_Indirect> fOwner;
62 int SkFontMgr_Indirect::onCountFamilies() const { in onCountFamilies()
66 void SkFontMgr_Indirect::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName()
70 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const { in onCreateStyleSet()
75 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const { in onMatchFamily()
79 SkTypeface* SkFontMgr_Indirect::createTypefaceFromFontId(const SkFontIdentity& id) const { in createTypefaceFromFontId()
138 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle()
144 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyleCharacter(const char familyName[], in onMatchFamilyStyleCharacter()
154 SkTypeface* SkFontMgr_Indirect::onMatchFaceStyle(const SkTypeface* familyMember, in onMatchFaceStyle()
[all …]
/external/skia/include/ports/
DSkFontMgr_indirect.h25 class SK_API SkFontMgr_Indirect : public SkFontMgr {
30 SkFontMgr_Indirect(sk_sp<SkFontMgr> impl, sk_sp<SkRemotableFontMgr> proxy) in SkFontMgr_Indirect() function
/external/skqp/include/ports/
DSkFontMgr_indirect.h25 class SK_API SkFontMgr_Indirect : public SkFontMgr {
30 SkFontMgr_Indirect(sk_sp<SkFontMgr> impl, sk_sp<SkRemotableFontMgr> proxy) in SkFontMgr_Indirect() function
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp1178 return sk_make_sp<SkFontMgr_Indirect>(std::move(impl), std::move(proxy)); in SkFontMgr_New_DirectWriteRenderer()
/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp1178 return sk_make_sp<SkFontMgr_Indirect>(std::move(impl), std::move(proxy)); in SkFontMgr_New_DirectWriteRenderer()