Home
last modified time | relevance | path

Searched defs:SkFontStyle (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DTypefaceFontProvider.h48 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle()
51 SkTypeface* onMatchFamilyStyleCharacter(const char[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
69 sk_sp<SkTypeface> onLegacyMakeTypeface(const char[], SkFontStyle) const override { in onLegacyMakeTypeface() argument
/third_party/flutter/skia/include/core/
DSkFontStyle.h47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
/third_party/skia/include/core/
DSkFontStyle.h48 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function
54 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
DSkFontMgr.h170 const SkFontStyle&) const { in onMatchFaceStyle()
/third_party/skia/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/third_party/flutter/skia/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtypeface_font_asset_provider.cc95 void TypefaceFontStyleSet::getStyle(int index, SkFontStyle*, SkString* style) { in getStyle() argument
Dasset_font_manager.cc66 const SkFontStyle&, in onMatchFamilyStyleCharacter()
/third_party/skia/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/third_party/flutter/txt/src/txt/
Dasset_font_manager.cc66 const SkFontStyle&, in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/third_party/flutter/engine/flutter/lib/ui/text/
Dasset_manager_font_provider.cc81 SkFontStyle*, in getStyle() argument
/third_party/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
213 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp219 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2268 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp61 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
214 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp209 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2295 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/tools/
DToolUtils.h33 class SkFontStyle; variable
/third_party/skia/tools/fonts/
DTestSVGTypeface.h33 class SkFontStyle; variable
/third_party/skia/modules/skottie/tests/
DText.cpp41 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.h33 class SkFontStyle; variable
/third_party/skia/tools/
DToolUtils.h34 class SkFontStyle; variable
/third_party/flutter/skia/modules/skottie/src/
DSkottieTest.cpp197 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp224 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()