Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGAttribute.h31 kFontWeight, enumerator
/third_party/flutter/skia/experimental/editor/
Deditor_application.cpp334 static constexpr SkFontStyle::Weight kFontWeight = SkFontStyle::kNormal_Weight; variable
352 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), kFontSize)); in init()
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp85 static constexpr SkFontStyle::Weight kFontWeight = SkFontStyle::kNormal_Weight; variable
109 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), fFontSize)); in setFont()