Searched refs:fPresentationAttributes (Results 1 – 4 of 4) sorted by relevance
51 ctx->applyPresentationAttributes(fPresentationAttributes, in onPrepareToRender()64 fPresentationAttributes.fClipPath.set(clip); in setClipPath()68 fPresentationAttributes.fClipRule.set(clipRule); in setClipRule()72 fPresentationAttributes.fFill.set(svgPaint); in setFill()76 fPresentationAttributes.fFillOpacity.set( in setFillOpacity()81 fPresentationAttributes.fFillRule.set(fillRule); in setFillRule()85 fPresentationAttributes.fOpacity.set( in setOpacity()90 fPresentationAttributes.fStroke.set(svgPaint); in setStroke()94 fPresentationAttributes.fStrokeDashArray.set(dashArray); in setStrokeDashArray()98 fPresentationAttributes.fStrokeDashOffset.set(dashOffset); in setStrokeDashOffset()[all …]
92 SkSVGPresentationAttributes fPresentationAttributes; variable