Home
last modified time | relevance | path

Searched refs:fStrokeLineJoin (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp22 result.fStrokeLineJoin.set(SkSVGLineJoin(SkSVGLineJoin::Type::kMiter)); in MakeInitial()
DSkSVGRenderContext.cpp486 p->setStrokeJoin(toSkJoin(*props.fStrokeLineJoin)); in strokePaint()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h83 SkSVGProperty<SkSVGLineJoin , true> fStrokeLineJoin; member