Searched refs:fStrokeOpacity (Results 1 – 7 of 7) sorted by relevance
24 result.fStrokeOpacity.set(SkSVGNumberType(1)); in MakeInitial()
78 SkTLazy<SkSVGNumberType> fStrokeOpacity; member
102 fPresentationAttributes.fStrokeOpacity.set( in setStrokeOpacity()
229 pctx->fStrokePaint.setAlpha(opacity_to_alpha(*attrs.fStrokeOpacity.get())); in commitToPaint()
85 SkSVGProperty<SkSVGNumberType, true> fStrokeOpacity; member
446 auto p = this->commonPaint(*props.fStroke, *props.fStrokeOpacity); in strokePaint()