Home
last modified time | relevance | path

Searched defs:SkFontStyle (Results 1 – 10 of 10) 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
26 SkFontStyle::SkFontStyle(unsigned oldStyle) { 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/
DSkFontHost_fontconfig.cpp61 static bool find_by_FontIdentity(SkTypeface* cachedTypeface, const SkFontStyle&, void* ctx) { in find_by_FontIdentity()
DSkFontMgr_custom.cpp265 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_fontconfig.cpp575 static bool FindByFcPattern(SkTypeface* cached, const SkFontStyle&, void* ctx) { in FindByFcPattern()
DSkFontMgr_win_dw.cpp357 static bool FindByDWriteFont(SkTypeface* cached, const SkFontStyle&, void* ctx) { in FindByDWriteFont()
DSkFontHost_mac.cpp497 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()
DSkFontHost_win.cpp2465 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp285 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()