Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone)); in MakeInitial()
DSkSVGRenderContext.cpp147 if (props.fStrokeDashArray->type() != SkSVGDashArray::Type::kDashArray) { in dash_effect()
151 const auto& da = *props.fStrokeDashArray; in dash_effect()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h80 SkSVGProperty<SkSVGDashArray , true> fStrokeDashArray; member