Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontStyle.cpp12 SkFontStyle::SkFontStyle() { in SkFontStyle() function in SkFontStyle
19 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { in SkFontStyle() function in SkFontStyle
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/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.cpp2444 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()