Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGAttribute.h75 SkSVGProperty<SkSVGNumberType, true> fFillOpacity; member
/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp14 result.fFillOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGRenderContext.cpp468 auto p = this->commonPaint(*props.fFill, *props.fFillOpacity); in fillPaint()