Home
last modified time | relevance | path

Searched refs:fFontWeight (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGAttribute.h97 SkSVGProperty<SkSVGFontWeight, true> fFontWeight; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp36 result.fFontWeight.init(SkSVGFontWeight::Type::kNormal); in MakeInitial()
DSkSVGText.cpp67 const SkFontStyle style(weight(*ctx.presentationContext().fInherited.fFontWeight), in ResolveFont()