Searched defs:SkFontStyle (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkFontStyle.cpp | 12 SkFontStyle::SkFontStyle() { in SkFontStyle() function in SkFontStyle 19 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { in SkFontStyle() function in SkFontStyle
|
D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/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 | 2444 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|