Searched refs:fStrokeDashArray (Results 1 – 3 of 3) sorted by relevance
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone)); in MakeInitial()
147 if (props.fStrokeDashArray->type() != SkSVGDashArray::Type::kDashArray) { in dash_effect()151 const auto& da = *props.fStrokeDashArray; in dash_effect()
80 SkSVGProperty<SkSVGDashArray , true> fStrokeDashArray; member