Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGAttribute.h109 SkSVGProperty<SkSVGNumberType, false> fFloodOpacity; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp44 result.fFloodOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGNode.cpp22 fPresentationAttributes.fFloodOpacity.set(SkSVGNumberType(1.0f)); in SkSVGNode()