Home
last modified time | relevance | path

Searched refs:onMatchFamilyStyle (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp91 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) c… in onMatchFamilyStyle() function in SkFontMgr_OHOS
285 return this->onMatchFamilyStyle(familyName.c_str(), style); in onMatchFaceStyle()
374 SkTypeface* typeface = this->onMatchFamilyStyle(familyName, style); in onLegacyMakeTypeface()
377 typeface = this->onMatchFamilyStyle(nullptr, style); in onLegacyMakeTypeface()
DSkFontMgr_ohos.h33 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp91 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) c… in onMatchFamilyStyle() function in SkFontMgr_OHOS
285 return this->onMatchFamilyStyle(familyName.c_str(), style); in onMatchFaceStyle()
393 SkTypeface* typeface = this->onMatchFamilyStyle(familyName, style); in onLegacyMakeTypeface()
396 typeface = this->onMatchFamilyStyle(nullptr, style); in onLegacyMakeTypeface()
DSkFontMgr_ohos.h33 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/src/core/
DSkFontMgr.cpp52 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle() function in SkEmptyFontMgr
106 return this->onMatchFamilyStyle(familyName, fs); in matchFamilyStyle()
/third_party/flutter/skia/src/core/
DSkFontMgr.cpp52 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle() function in SkEmptyFontMgr
112 return this->onMatchFamilyStyle(familyName, fs); in matchFamilyStyle()
/third_party/skia/include/utils/
DSkOrderedFontMgr.h34 SkTypeface* onMatchFamilyStyle(const char familyName[], const SkFontStyle&) const override;
/third_party/skia/src/ports/
DSkFontMgr_preview.cpp65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style… in onMatchFamilyStyle() function in SkFontMgr_Preview
199 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_custom.cpp211 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Custom
267 tf.reset(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_custom.h143 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/flutter/txt/src/txt/
Dasset_font_manager.h53 SkTypeface* onMatchFamilyStyle(const char familyName[],
Dasset_font_manager.cc54 SkTypeface* AssetFontManager::onMatchFamilyStyle( in onMatchFamilyStyle() function in txt::AssetFontManager
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dasset_font_manager.h52 SkTypeface* onMatchFamilyStyle(const char familyName[],
Dasset_font_manager.cc54 SkTypeface* AssetFontManager::onMatchFamilyStyle( in onMatchFamilyStyle() function in txt::AssetFontManager
/third_party/flutter/skia/src/ports/
DSkFontMgr_custom.cpp201 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Custom
281 tf.reset(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_preview.cpp65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style… in onMatchFamilyStyle() function in SkFontMgr_Preview
211 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_ohos.cpp85 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) c… in onMatchFamilyStyle() function in SkFontMgr_OHOS
394 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_custom.h141 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/modules/skparagraph/include/
DTypefaceFontProvider.h48 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle() function
/third_party/skia/src/utils/
DSkOrderedFontMgr.cpp56 SkTypeface* SkOrderedFontMgr::onMatchFamilyStyle(const char family[], in onMatchFamilyStyle() function in SkOrderedFontMgr
/third_party/flutter/skia/include/ports/
DSkFontMgr_indirect.h41 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/include/ports/
DSkFontMgr_indirect.h41 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/flutter/skia/modules/skparagraph/include/
DTypefaceFontProvider.h49 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function
/third_party/skia/include/core/
DSkFontMgr.h153 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/flutter/skia/include/core/
DSkFontMgr.h156 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],

12