/third_party/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.cpp | 91 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()
|
D | SkFontMgr_ohos.h | 33 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.cpp | 91 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()
|
D | SkFontMgr_ohos.h | 33 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 52 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/ |
D | SkFontMgr.cpp | 52 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/ |
D | SkOrderedFontMgr.h | 34 SkTypeface* onMatchFamilyStyle(const char familyName[], const SkFontStyle&) const override;
|
/third_party/skia/src/ports/ |
D | SkFontMgr_preview.cpp | 65 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()
|
D | SkFontMgr_custom.cpp | 211 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Custom 267 tf.reset(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
|
D | SkFontMgr_custom.h | 143 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/flutter/txt/src/txt/ |
D | asset_font_manager.h | 53 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
D | asset_font_manager.cc | 54 SkTypeface* AssetFontManager::onMatchFamilyStyle( in onMatchFamilyStyle() function in txt::AssetFontManager
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | asset_font_manager.h | 52 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
D | asset_font_manager.cc | 54 SkTypeface* AssetFontManager::onMatchFamilyStyle( in onMatchFamilyStyle() function in txt::AssetFontManager
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 201 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Custom 281 tf.reset(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
|
D | SkFontMgr_preview.cpp | 65 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()
|
D | SkFontMgr_ohos.cpp | 85 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()
|
D | SkFontMgr_custom.h | 141 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 48 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle() function
|
/third_party/skia/src/utils/ |
D | SkOrderedFontMgr.cpp | 56 SkTypeface* SkOrderedFontMgr::onMatchFamilyStyle(const char family[], in onMatchFamilyStyle() function in SkOrderedFontMgr
|
/third_party/flutter/skia/include/ports/ |
D | SkFontMgr_indirect.h | 41 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/skia/include/ports/ |
D | SkFontMgr_indirect.h | 41 SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 49 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function
|
/third_party/skia/include/core/ |
D | SkFontMgr.h | 153 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
|
/third_party/flutter/skia/include/core/ |
D | SkFontMgr.h | 156 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
|