Home
last modified time | relevance | path

Searched refs:kLight_Weight (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/modules/skottie/tests/
DText.cpp122 { "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/
DSkFontStyle.h20 kLight_Weight = 300, enumerator
/third_party/flutter/skia/include/core/
DSkFontStyle.h19 kLight_Weight = 300, enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp40 .value("Light", SkFontStyle::Weight::kLight_Weight) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp417 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern()
462 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp336 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern()
384 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1908 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont()
1916 { "light", SkFontStyle::kLight_Weight }, in scanFont()
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp402 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern()
447 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp312 { FC_WEIGHT_LIGHT, SkFS::kLight_Weight }, in skfontstyle_from_fcpattern()
360 { SkFS::kLight_Weight, FC_WEIGHT_LIGHT }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1881 { "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/
DTextLayer.cpp37 { "Light" , SkFontStyle::kLight_Weight }, in FontStyle()
/third_party/skia/modules/svg/src/
DSkSVGText.cpp34 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/
DTextLayer.cpp56 { "light" , SkFontStyle::kLight_Weight }, in FontStyle()
/third_party/skia/tests/
DFontMgrTest.cpp217 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in DEF_TEST()
/third_party/flutter/skia/tests/
DFontMgrTest.cpp209 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5257 …text_style.setFontStyle(SkFontStyle(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFont… in UNIX_ONLY_TEST()
5411 SkFontStyle::Weight::kLight_Weight, in UNIX_ONLY_TEST()