Home
last modified time | relevance | path

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

/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/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/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[],
DSkFontMgr_android.cpp355 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Android
485 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
DSkFontMgr_fuchsia.cpp241 SkTypeface* onMatchFamilyStyle(const char familyName[], const SkFontStyle&) const override;
353 SkTypeface* SkFontMgr_Fuchsia::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Fuchsia
DSkFontMgr_preview.h322 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
DSkFontMgr_FontConfigInterface.cpp189 SkTypeface* onMatchFamilyStyle(const char requestedFamilyName[], in onMatchFamilyStyle() function in SkFontMgr_FCI
DSkFontMgr_win_dw.cpp352 SkTypeface* onMatchFamilyStyle(const char familyName[],
582 SkTypeface* SkFontMgr_DirectWrite::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_DirectWrite
DSkFontMgr_mac_ct.cpp481 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Mac
DSkFontMgr_fontconfig.cpp871 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_fontconfig
DSkFontHost_win.cpp2261 virtual SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgrGDI
/third_party/skia/modules/skparagraph/include/
DTypefaceFontProvider.h49 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/skia/include/ports/
DSkFontMgr_indirect.h41 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/include/core/
DSkFontMgr.h156 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/tools/fonts/
DTestFontMgr.cpp143 SkTypeface* onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in __anon2ad25c2d0111::FontMgr
/third_party/skia/src/fonts/
DSkFontMgr_indirect.cpp137 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Indirect
/third_party/skia/modules/skottie/tests/
DText.cpp35 SkTypeface* onMatchFamilyStyle(const char family[], const SkFontStyle& style) const override { in onMatchFamilyStyle() function in __anon84646d780111::RecordMatchFamilyStyleSkFontMgr
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp220 SkTypeface* onMatchFamilyStyle(const char familyName[], in DEF_TEST() function in DEF_TEST::FakeFontMgr
641 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in DEF_TEST() function in DEF_TEST::CountingFontMgr