Searched refs:fInherited (Results 1 – 12 of 12) sorted by relevance
/external/skqp/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 184 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(), in commitToPaint() 265 : fInherited(SkSVGPresentationAttributes::MakeInitial()) { in SkSVGPresentationContext() 279 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext() 280 commitToPaint<SkSVGAttribute::kFillOpacity>(fInherited, dummy, this); in SkSVGPresentationContext() 281 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext() 282 commitToPaint<SkSVGAttribute::kStrokeLineCap>(fInherited, dummy, this); in SkSVGPresentationContext() 283 commitToPaint<SkSVGAttribute::kStrokeLineJoin>(fInherited, dummy, this); in SkSVGPresentationContext() 284 commitToPaint<SkSVGAttribute::kStrokeMiterLimit>(fInherited, dummy, this); in SkSVGPresentationContext() 285 commitToPaint<SkSVGAttribute::kStrokeOpacity>(fInherited, dummy, this); in SkSVGPresentationContext() 286 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext() [all …]
|
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
|
D | SkSVGPath.cpp | 38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
|
D | SkSVGPoly.cpp | 46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
|
D | SkSVGRenderContext.h | 52 SkSVGPresentationAttributes fInherited; member
|
D | SkSVGNode.cpp | 55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()
|
/external/skia/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 184 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(), in commitToPaint() 265 : fInherited(SkSVGPresentationAttributes::MakeInitial()) { in SkSVGPresentationContext() 279 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext() 280 commitToPaint<SkSVGAttribute::kFillOpacity>(fInherited, dummy, this); in SkSVGPresentationContext() 281 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext() 282 commitToPaint<SkSVGAttribute::kStrokeLineCap>(fInherited, dummy, this); in SkSVGPresentationContext() 283 commitToPaint<SkSVGAttribute::kStrokeLineJoin>(fInherited, dummy, this); in SkSVGPresentationContext() 284 commitToPaint<SkSVGAttribute::kStrokeMiterLimit>(fInherited, dummy, this); in SkSVGPresentationContext() 285 commitToPaint<SkSVGAttribute::kStrokeOpacity>(fInherited, dummy, this); in SkSVGPresentationContext() 286 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext() [all …]
|
D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
|
D | SkSVGPath.cpp | 38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
|
D | SkSVGPoly.cpp | 46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
|
D | SkSVGRenderContext.h | 52 SkSVGPresentationAttributes fInherited; member
|
D | SkSVGNode.cpp | 55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()
|