Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkFontStyle.h47 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/
DSkFontStyle.h47 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/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/external/skqp/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/external/skqp/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
193 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp175 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2425 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skqp/src/ports/
DSkFontMgr_FontConfigInterface.cpp60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
193 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp175 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2425 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()