Home
last modified time | relevance | path

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

/external/skia/tests/
DFontMgrTest.cpp217 …SkFontStyle condensed_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
219 …SkFontStyle condensed_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
221 …SkFontStyle condensed_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in DEF_TEST()
223 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
225 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
227 …SkFontStyle expanded_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in DEF_TEST()
234 …SkFontStyle normal_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFontS… in DEF_TEST()
/external/skia/include/core/
DSkFontStyle.h28 kBlack_Weight = 900, enumerator
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp57 { "black" , SkFontStyle::kBlack_Weight }, in FontStyle()
69 { "heavy" , SkFontStyle::kBlack_Weight }, in FontStyle()
/external/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp47 .value("Black", SkFontStyle::Weight::kBlack_Weight) in EMSCRIPTEN_BINDINGS()
/external/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.cpp322 { FC_WEIGHT_BLACK, SkFS::kBlack_Weight }, in skfontstyle_from_fcpattern()
370 { SkFS::kBlack_Weight, FC_WEIGHT_BLACK }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp2149 { "black", SkFontStyle::kBlack_Weight }, in scanFont()
2158 { "heavy", SkFontStyle::kBlack_Weight }, in scanFont()
/external/skia/modules/svg/src/
DSkSVGText.cpp42 case SkSVGFontWeight::Type::k900: return SkFontStyle::kBlack_Weight; in ResolveFont()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1383 text_style.setFontStyle(SkFontStyle(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, in UNIX_ONLY_TEST()
5463 …text_style.setFontStyle(SkFontStyle(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFont… in UNIX_ONLY_TEST()