/external/skqp/include/core/ |
D | SkFontStyle.h | 47 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/ |
D | SkFontStyle.h | 47 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/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/external/skqp/include/ports/ |
D | SkFontMgr_indirect.h | 21 class SkFontStyle; variable
|
/external/skqp/src/core/ |
D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
/external/skia/src/core/ |
D | SkFontMgr.cpp | 20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument 27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle()
|
/external/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 213 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 208 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2275 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/external/skqp/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 61 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); } in getStyle() argument 218 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 209 const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
D | SkFontHost_win.cpp | 2374 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter()
|
/external/skqp/tools/ |
D | sk_tool_utils.h | 31 class SkFontStyle; variable
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.h | 29 class SkFontStyle; variable
|
/external/skia/tools/ |
D | ToolUtils.h | 33 class SkFontStyle; variable
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.h | 33 class SkFontStyle; variable
|
/external/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 217 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in DEF_TEST()
|