Searched defs:SkFontStyle (Results 1 – 12 of 12) sorted by relevance
/external/skqp/include/core/ |
D | SkFontStyle.h | 47 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
|
/external/skia/include/core/ |
D | SkFontStyle.h | 47 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
|
/external/skqp/include/ports/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/external/skqp/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/core/ |
D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
/external/skqp/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 193 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 175 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2425 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/external/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 193 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 175 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2425 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|