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
19 fPresentationAttributes.fStopColor.set(SkSVGColor(SK_ColorBLACK)); in SkSVGNode()20 fPresentationAttributes.fStopOpacity.set(SkSVGNumberType(1.0f)); in SkSVGNode()21 fPresentationAttributes.fFloodColor.set(SkSVGColor(SK_ColorBLACK)); in SkSVGNode()22 fPresentationAttributes.fFloodOpacity.set(SkSVGNumberType(1.0f)); in SkSVGNode()23 fPresentationAttributes.fLightingColor.set(SkSVGColor(SK_ColorWHITE)); in SkSVGNode()63 ctx->applyPresentationAttributes(fPresentationAttributes, in onPrepareToRender()70 const auto display = fPresentationAttributes.fDisplay; // display is uninherited in onPrepareToRender()93 SkSVGAttributeParser::parseProperty<decltype(fPresentationAttributes.f##attrName)>( \ in parseAndSetAttribute()
74 return fPresentationAttributes.f##attr_name; \77 auto* dest = &fPresentationAttributes.f##attr_name; \86 auto* dest = &fPresentationAttributes.f##attr_name; \180 SkSVGPresentationAttributes fPresentationAttributes; variable