Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGAttribute.cpp14 result.fFillOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGAttribute.h68 SkTLazy<SkSVGNumberType> fFillOpacity; member
DSkSVGNode.cpp76 fPresentationAttributes.fFillOpacity.set( in setFillOpacity()
DSkSVGRenderContext.cpp156 pctx->fFillPaint.setAlpha(opacity_to_alpha(*attrs.fFillOpacity.get())); in commitToPaint()
/external/skia/modules/svg/include/
DSkSVGAttribute.h75 SkSVGProperty<SkSVGNumberType, true> fFillOpacity; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp14 result.fFillOpacity.set(SkSVGNumberType(1)); in MakeInitial()
DSkSVGRenderContext.cpp435 auto p = this->commonPaint(*props.fFill, *props.fFillOpacity); in fillPaint()