Home
last modified time | relevance | path

Searched refs:fStrokeLineCap (Results 1 – 8 of 8) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttribute.cpp21 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt)); in MakeInitial()
DSkSVGAttribute.h75 SkTLazy<SkSVGLineCap> fStrokeLineCap; member
DSkSVGNode.cpp168 fPresentationAttributes.fStrokeLineCap.set(*lineCap); in onSetAttribute()
DSkSVGRenderContext.cpp202 const auto& cap = *attrs.fStrokeLineCap.get(); in commitToPaint()
/external/skqp/experimental/svg/model/
DSkSVGAttribute.cpp21 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt)); in MakeInitial()
DSkSVGAttribute.h75 SkTLazy<SkSVGLineCap> fStrokeLineCap; member
DSkSVGNode.cpp168 fPresentationAttributes.fStrokeLineCap.set(*lineCap); in onSetAttribute()
DSkSVGRenderContext.cpp202 const auto& cap = *attrs.fStrokeLineCap.get(); in commitToPaint()