Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp184 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 …]
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
DSkSVGPath.cpp38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGPoly.cpp46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGRenderContext.h52 SkSVGPresentationAttributes fInherited; member
DSkSVGNode.cpp55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp184 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 …]
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender()
DSkSVGPath.cpp38 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGPoly.cpp46 path.setFillType(ctx.presentationContext().fInherited.fClipRule.get()->asFillType()); in onAsPath()
DSkSVGRenderContext.h52 SkSVGPresentationAttributes fInherited; member
DSkSVGNode.cpp55 const auto visibility = ctx->presentationContext().fInherited.fVisibility.get()->type(); in onPrepareToRender()