Searched refs:kLight_Weight (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/modules/skottie/tests/ |
D | Text.cpp | 122 { "f4" , SkFontStyle::kLight_Weight , SkFontStyle::kUpright_Slant }, in DEF_TEST() 129 { "f10", SkFontStyle::kLight_Weight , SkFontStyle::kOblique_Slant }, in DEF_TEST()
|
/third_party/skia/include/core/ |
D | SkFontStyle.h | 20 kLight_Weight = 300, enumerator
|
/third_party/flutter/skia/include/core/ |
D | SkFontStyle.h | 19 kLight_Weight = 300, enumerator
|
/third_party/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 40 .value("Light", SkFontStyle::Weight::kLight_Weight) in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 417 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern() 462 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 336 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern() 384 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
|
D | SkFontHost_FreeType.cpp | 1908 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont() 1916 { "light", SkFontStyle::kLight_Weight }, in scanFont()
|
/third_party/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 402 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern() 447 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 312 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern() 360 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
|
D | SkFontHost_FreeType.cpp | 1881 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont() 1889 { "light", SkFontStyle::kLight_Weight }, in scanFont()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 37 { "Light" , SkFontStyle::kLight_Weight }, in FontStyle()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGText.cpp | 34 case SkSVGFontWeight::Type::k300: return SkFontStyle::kLight_Weight; in ResolveFont() 44 case SkSVGFontWeight::Type::kLighter: return SkFontStyle::kLight_Weight; in ResolveFont()
|
/third_party/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 56 { "light" , SkFontStyle::kLight_Weight }, in FontStyle()
|
/third_party/skia/tests/ |
D | FontMgrTest.cpp | 217 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | FontMgrTest.cpp | 209 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 5257 …text_style.setFontStyle(SkFontStyle(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFont… in UNIX_ONLY_TEST() 5411 SkFontStyle::Weight::kLight_Weight, in UNIX_ONLY_TEST()
|