Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkFontStyle.h47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
/external/skia/include/core/
DSkFontStyle.h47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() function
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { } in SkFontStyle() function
/external/skia/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/external/skqp/include/ports/
DSkFontMgr_indirect.h21 class SkFontStyle; variable
/external/skqp/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/src/core/
DSkFontMgr.cpp20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
213 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp208 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2275 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skqp/src/ports/
DSkFontMgr_FontConfigInterface.cpp61 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument
218 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp209 const SkFontStyle&, in onMatchFamilyStyleCharacter()
DSkFontHost_win.cpp2374 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
/external/skqp/tools/
Dsk_tool_utils.h31 class SkFontStyle; variable
/external/skqp/tools/fonts/
DSkTestSVGTypeface.h29 class SkFontStyle; variable
/external/skia/tools/
DToolUtils.h33 class SkFontStyle; variable
/external/skia/tools/fonts/
DTestSVGTypeface.h33 class SkFontStyle; variable
/external/skia/modules/skottie/src/
DSkottieTest.cpp217 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()