Searched defs:SkFontStyle (Results 1 – 10 of 10) 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 26 SkFontStyle::SkFontStyle(unsigned oldStyle) { 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 | SkFontHost_fontconfig.cpp | 61 static bool find_by_FontIdentity(SkTypeface* cachedTypeface, const SkFontStyle&, void* ctx) { in find_by_FontIdentity()
|
D | SkFontMgr_custom.cpp | 265 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_fontconfig.cpp | 575 static bool FindByFcPattern(SkTypeface* cached, const SkFontStyle&, void* ctx) { in FindByFcPattern()
|
D | SkFontMgr_win_dw.cpp | 357 static bool FindByDWriteFont(SkTypeface* cached, const SkFontStyle&, void* ctx) { in FindByDWriteFont()
|
D | SkFontHost_mac.cpp | 497 static bool find_by_CTFontRef(SkTypeface* cached, const SkFontStyle&, void* context) { in find_by_CTFontRef() 2339 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2465 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 285 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|