Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DTypefaceFontProvider.h49 SkTypeface* onMatchFamilyStyle(const char[], const SkFontStyle&) const override { in onMatchFamilyStyle()
52 SkTypeface* onMatchFamilyStyleCharacter(const char[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
70 sk_sp<SkTypeface> onLegacyMakeTypeface(const char[], SkFontStyle) const override { in onLegacyMakeTypeface() argument
/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.h173 const SkFontStyle&) const { in onMatchFaceStyle()
/third_party/skia/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/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/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/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/skia/tools/
DToolUtils.h34 class SkFontStyle; variable
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp224 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()