Searched defs:SkFontStyle (Results 1 – 14 of 14) sorted by relevance
| /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 | 17 class SkFontStyle; variable
|
| /external/skia/include/utils/ |
| D | SkOrderedFontMgr.h | 19 class SkFontStyle; variable
|
| /external/skia/src/core/ |
| D | SkFontScanner.h | 16 class SkFontStyle; variable
|
| D | SkFontMgr.cpp | 23 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 30 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { in matchStyle()
|
| /external/skia/modules/skparagraph/include/ |
| D | TypefaceFontProvider.h | 51 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| /external/skia/src/ports/ |
| D | SkFontMgr_fontations_empty.cpp | 51 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| D | SkFontMgr_FontConfigInterface.cpp | 51 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 216 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| D | SkFontMgr_custom.cpp | 190 const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| D | SkFontHost_win.cpp | 2267 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
| /external/skia/example/external_client/src/ |
| D | shape_text.cpp | 55 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { return face_; } in matchStyle()
|
| /external/skia/tools/fonts/ |
| D | TestSVGTypeface.h | 33 class SkFontStyle; variable
|
| /external/skia/modules/skshaper/include/ |
| D | SkShaper.h | 24 class SkFontStyle; variable
|
| /external/skia/modules/skottie/tests/ |
| D | PropertyObserver.cpp | 154 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|