Searched defs:SkFontStyle (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/skia/include/core/ |
H A D | SkFontStyle.h | 50 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
|
H A D | SkFontMgr.h | 17 class SkFontStyle; variable
|
H A D | SkFontScanner.h | 17 class SkFontStyle; variable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkFontMgr.cpp | 23 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 30 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { in matchStyle()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 52 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 217 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
H A D | SkFontMgr_fontations_empty.cpp | 51 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
H A D | SkFontMgr_custom.cpp | 191 const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
H A D | SkFontHost_win.cpp | 2269 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/aosp_15_r20/external/skia/include/utils/ |
H A D | SkOrderedFontMgr.h | 19 class SkFontStyle; variable
|
/aosp_15_r20/external/skia/modules/skparagraph/include/ |
H A D | TypefaceFontProvider.h | 51 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/aosp_15_r20/external/skia/example/external_client/src/ |
H A D | shape_text.cpp | 55 sk_sp<SkTypeface> matchStyle(const SkFontStyle&) override { return face_; } in matchStyle()
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | TestSVGTypeface.h | 33 class SkFontStyle; variable
|
/aosp_15_r20/external/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 25 class SkFontStyle; variable
|
/aosp_15_r20/external/skia/modules/skottie/tests/ |
H A D | PropertyObserver.cpp | 154 sk_sp<SkTypeface> onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|