Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp24 result.fStrokeOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGRenderContext.cpp479 auto p = this->commonPaint(*props.fStroke, *props.fStrokeOpacity); in strokePaint()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h85 SkSVGProperty<SkSVGNumberType, true> fStrokeOpacity; member