HomeSort by relevance Sort by last modified time
    Searched refs:fStrokeLineCap (Results 1 - 4 of 4) sorted by null

  /external/skia/experimental/svg/model/
SkSVGAttribute.cpp 18 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt));
SkSVGAttribute.h 64 SkTLazy<SkSVGLineCap> fStrokeLineCap;
SkSVGNode.cpp 134 fPresentationAttributes.fStrokeLineCap.set(*lineCap);
SkSVGRenderContext.cpp 160 const auto& cap = *attrs.fStrokeLineCap.get();

Completed in 95 milliseconds