Searched refs:dashIntervals (Results 1 – 10 of 10) sorted by relevance
135 const SkScalar* dashIntervals() const { in dashIntervals() function
55 const SkScalar *intervals = style.dashIntervals(); in WriteKey()
134 const SkScalar* dashIntervals() const { in dashIntervals() function
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()
56 const SkScalar* intervals = style.dashIntervals(); in CanDrawDashLine()697 const SkScalar* intervals = style.dashIntervals(); in MakeDashLineOp()
3066 auto onInterval = style.dashIntervals()[0]; in MakeCircleOp()3067 auto offInterval = style.dashIntervals()[1]; in MakeCircleOp()
648 allOffsZero = !fStyle.dashIntervals()[i]; in attemptToSimplifyLine()