Searched defs:SkFontStyle (Results 1 – 13 of 13) sorted by relevance
| /external/skia/modules/skparagraph/include/ |
| D | TypefaceFontProvider.h | 48 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
|
| /external/skia/include/core/ |
| D | SkFontStyle.h | 50 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function 56 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
|
| D | SkFontMgr.h | 150 const SkFontStyle&) const { in onMatchFaceStyle()
|
| /external/skia/include/utils/ |
| D | SkOrderedFontMgr.h | 19 class SkFontStyle; variable
|
| /external/skia/include/ports/ |
| D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
| /external/skia/src/core/ |
| D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
| /external/skia/src/ports/ |
| D | SkFontMgr_FontConfigInterface.cpp | 50 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 203 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| D | SkFontMgr_custom.cpp | 189 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| D | SkFontHost_win.cpp | 2281 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| /external/skia/modules/skottie/tests/ |
| D | Text.cpp | 41 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| /external/skia/tools/fonts/ |
| D | TestSVGTypeface.h | 33 class SkFontStyle; variable
|
| /external/skia/tools/ |
| D | ToolUtils.h | 40 class SkFontStyle; variable
|
| /external/skia/modules/skottie/src/ |
| D | SkottieTest.cpp | 221 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()
|