Home
last modified time | relevance | path

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

/third_party/skia/tests/
DFontMgrTest.cpp204 …SkFontStyle condensed_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
206 …SkFontStyle condensed_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
208 …SkFontStyle condensed_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
210 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
212 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
214 …SkFontStyle expanded_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
221 …SkFontStyle normal_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFontS… in DEF_TEST()
/third_party/flutter/skia/tests/
DFontMgrTest.cpp196 …SkFontStyle condensed_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
198 …SkFontStyle condensed_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
200 …SkFontStyle condensed_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
202 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
204 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
206 …SkFontStyle expanded_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
213 …SkFontStyle normal_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
DSkParagraphTest.cpp412 text_style.setFontStyle(SkFontStyle(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, in DEF_TEST()
/third_party/flutter/skia/modules/skottie/src/layers/
DTextLayer.cpp38 { "Black" , SkFontStyle::kBlack_Weight }, in FontStyle()
50 { "Heavy" , SkFontStyle::kBlack_Weight }, in FontStyle()
/third_party/skia/include/core/
DSkFontStyle.h26 kBlack_Weight = 900, enumerator
/third_party/flutter/skia/include/core/
DSkFontStyle.h25 kBlack_Weight = 900, enumerator
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp57 { "black" , SkFontStyle::kBlack_Weight }, in FontStyle()
69 { "heavy" , SkFontStyle::kBlack_Weight }, in FontStyle()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp46 .value("Black", SkFontStyle::Weight::kBlack_Weight) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp425 { FC_WEIGHT_BLACK, SkFS::kBlack_Weight }, in skfontstyle_from_fcpattern()
470 { SkFS::kBlack_Weight, FC_WEIGHT_BLACK }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp344 { FC_WEIGHT_BLACK, SkFS::kBlack_Weight }, in skfontstyle_from_fcpattern()
392 { SkFS::kBlack_Weight, FC_WEIGHT_BLACK }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1906 { "black", SkFontStyle::kBlack_Weight }, in scanFont()
1915 { "heavy", SkFontStyle::kBlack_Weight }, in scanFont()
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp410 { FC_WEIGHT_BLACK, SkFS::kBlack_Weight }, in skfontstyle_from_fcpattern()
455 { SkFS::kBlack_Weight, FC_WEIGHT_BLACK }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp320 { FC_WEIGHT_BLACK, SkFS::kBlack_Weight }, in skfontstyle_from_fcpattern()
368 { SkFS::kBlack_Weight, FC_WEIGHT_BLACK }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1879 { "black", SkFontStyle::kBlack_Weight }, in scanFont()
1888 { "heavy", SkFontStyle::kBlack_Weight }, in scanFont()
/third_party/skia/modules/svg/src/
DSkSVGText.cpp40 case SkSVGFontWeight::Type::k900: return SkFontStyle::kBlack_Weight; in ResolveFont()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1198 text_style.setFontStyle(SkFontStyle(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, in UNIX_ONLY_TEST()
5272 …text_style.setFontStyle(SkFontStyle(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFont… in UNIX_ONLY_TEST()