Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp92 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const in onMatchFamilyStyle() function in SkFontMgr_OHOS
286 return this->onMatchFamilyStyle(familyName.c_str(), style); in onMatchFaceStyle()
375 SkTypeface* typeface = this->onMatchFamilyStyle(familyName, style); in onLegacyMakeTypeface()
378 typeface = this->onMatchFamilyStyle(nullptr, style); in onLegacyMakeTypeface()
H A DSkFontMgr_ohos.h35 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/src/core/
H A DSkFontMgr.cpp52 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override {
106 return this->onMatchFamilyStyle(familyName, fs); in matchFamilyStyle()
/third_party/skia/include/utils/
H A DSkOrderedFontMgr.h34 SkTypeface* onMatchFamilyStyle(const char familyName[], const SkFontStyle&) const override;
/third_party/skia/src/utils/
H A DSkOrderedFontMgr.cpp56 SkTypeface* SkOrderedFontMgr::onMatchFamilyStyle(const char family[], in onMatchFamilyStyle() function in SkOrderedFontMgr
/third_party/skia/modules/skparagraph/include/
H A DTypefaceFontProvider.h49 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override {
/third_party/skia/src/ports/
H A DSkFontMgr_custom.cpp211 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[],
267 tf.reset(this->onMatchFamilyStyle(familyName, style));
H A DSkFontMgr_preview.cpp65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const in onMatchFamilyStyle() function in SkFontMgr_Preview
199 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
H A DSkFontMgr_custom.h143 SkTypeface* onMatchFamilyStyle(const char familyName[],
H A DSkFontMgr_android.cpp355 SkTypeface* onMatchFamilyStyle(const char familyName[],
485 return sk_sp<SkTypeface>(this->onMatchFamilyStyle(familyName, style));
H A 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
H A DSkFontMgr_FontConfigInterface.cpp189 SkTypeface* onMatchFamilyStyle(const char requestedFamilyName[],
H A DSkFontMgr_preview.h322 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
H A DSkFontMgr_win_dw.cpp352 SkTypeface* onMatchFamilyStyle(const char familyName[],
582 SkTypeface* SkFontMgr_DirectWrite::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_DirectWrite
H A DSkFontMgr_mac_ct.cpp481 SkTypeface* onMatchFamilyStyle(const char familyName[],
H A DSkFontMgr_fontconfig.cpp871 SkTypeface* onMatchFamilyStyle(const char familyName[],
H A DSkFontHost_win.cpp2261 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h41 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp143 SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/include/core/
H A DSkFontMgr.h196 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp137 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyle(const char familyName[], in onMatchFamilyStyle() function in SkFontMgr_Indirect
/third_party/skia/modules/skottie/tests/
H A DText.cpp35 SkTypeface* onMatchFamilyStyle(const char family[], const SkFontStyle& style) const override {
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp220 SkTypeface* onMatchFamilyStyle(const char familyName[], in DEF_TEST()
641 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in DEF_TEST()

Completed in 25 milliseconds