Searched defs:SkFontStyle (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 49 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/ |
D | SkFontStyle.h | 48 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
|
D | SkFontMgr.h | 173 const SkFontStyle&) const { in onMatchFaceStyle()
|
/third_party/skia/include/ports/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 213 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 219 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2268 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.h | 33 class SkFontStyle; variable
|
/third_party/skia/modules/skottie/tests/ |
D | Text.cpp | 41 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/third_party/skia/tools/ |
D | ToolUtils.h | 34 class SkFontStyle; variable
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 224 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()
|