Searched refs:dashIntervals (Results 1 – 5 of 5) sorted by relevance
135 const SkScalar* dashIntervals() const { in dashIntervals() function
55 const SkScalar *intervals = style.dashIntervals(); in WriteKey()
671 SkToBool(fStyle.dashIntervals()[0]); in simplifyStroke()675 if (SkToBool(fStyle.dashIntervals()[i])) { in simplifyStroke()
1137 const SkScalar* intervals = style.dashIntervals(); in MakeDashLineOp()1205 const SkScalar* intervals = style.dashIntervals(); in CanDrawDashLine()
3323 auto onInterval = style.dashIntervals()[0]; in MakeCircleOp()3324 auto offInterval = style.dashIntervals()[1]; in MakeCircleOp()