Home
last modified time | relevance | path

Searched refs:fInherited (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp202 : fInherited(SkSVGPresentationAttributes::MakeInitial()) { in SkSVGPresentationContext()
216 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
217 commitToPaint<SkSVGAttribute::kFillOpacity>(fInherited, dummy, this); in SkSVGPresentationContext()
218 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
219 commitToPaint<SkSVGAttribute::kStrokeLineCap>(fInherited, dummy, this); in SkSVGPresentationContext()
220 commitToPaint<SkSVGAttribute::kStrokeLineJoin>(fInherited, dummy, this); in SkSVGPresentationContext()
221 commitToPaint<SkSVGAttribute::kStrokeOpacity>(fInherited, dummy, this); in SkSVGPresentationContext()
222 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext()
256 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValid()); \ in applyPresentationAttributes()
258 if (value && *value != *fPresentationContext->fInherited.f ## ATTR.get()) { \ in applyPresentationAttributes()
[all …]
DSkSVGPath.cpp37 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
DSkSVGShape.cpp15 FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get()); in onRender()
DSkSVGPoly.cpp44 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
DSkSVGRenderContext.h52 SkSVGPresentationAttributes fInherited; member