Searched refs:fInherited (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 202 : 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 …]
|
D | SkSVGPath.cpp | 37 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
|
D | SkSVGShape.cpp | 15 FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get()); in onRender()
|
D | SkSVGPoly.cpp | 44 fPath.setFillType(FillRuleToFillType(*ctx.presentationContext().fInherited.fFillRule.get())); in onAsPath()
|
D | SkSVGRenderContext.h | 52 SkSVGPresentationAttributes fInherited; member
|