Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFontStyle.h50 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function
56 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
DSkFontMgr.h17 class SkFontStyle; variable
/external/skia/include/utils/
DSkOrderedFontMgr.h19 class SkFontStyle; variable
/external/skia/src/core/
DSkFontScanner.h16 class SkFontStyle; variable
DSkFontMgr.cpp23 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
30 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/modules/skparagraph/include/
DTypefaceFontProvider.h51 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skia/src/ports/
DSkFontMgr_fontations_empty.cpp51 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_FontConfigInterface.cpp51 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
216 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp190 const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2267 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skia/example/external_client/src/
Dshape_text.cpp55 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { return face_; } in matchStyle()
/external/skia/tools/fonts/
DTestSVGTypeface.h33 class SkFontStyle; variable
/external/skia/modules/skshaper/include/
DSkShaper.h24 class SkFontStyle; variable
/external/skia/modules/skottie/tests/
DPropertyObserver.cpp154 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()