Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGAttribute.h107 SkSVGProperty<SkSVGNumberType, false> fStopOpacity; member
/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp42 result.fStopOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGNode.cpp20 fPresentationAttributes.fStopOpacity.set(SkSVGNumberType(1.0f)); in SkSVGNode()