Home
last modified time | relevance | path

Searched refs:dashIntervals (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrStyle.h135 const SkScalar* dashIntervals() const { in dashIntervals() function
DGrStyle.cpp55 const SkScalar *intervals = style.dashIntervals(); in WriteKey()
/third_party/flutter/skia/src/gpu/
DGrStyle.h134 const SkScalar* dashIntervals() const { in dashIntervals() function
DGrStyle.cpp55 const SkScalar *intervals = style.dashIntervals(); in WriteKey()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp671 SkToBool(fStyle.dashIntervals()[0]); in simplifyStroke()
675 if (SkToBool(fStyle.dashIntervals()[i])) { in simplifyStroke()
/third_party/skia/src/gpu/ops/
DDashOp.cpp1137 const SkScalar* intervals = style.dashIntervals(); in MakeDashLineOp()
1205 const SkScalar* intervals = style.dashIntervals(); in CanDrawDashLine()
DGrOvalOpFactory.cpp3323 auto onInterval = style.dashIntervals()[0]; in MakeCircleOp()
3324 auto offInterval = style.dashIntervals()[1]; in MakeCircleOp()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp56 const SkScalar* intervals = style.dashIntervals(); in CanDrawDashLine()
697 const SkScalar* intervals = style.dashIntervals(); in MakeDashLineOp()
DGrOvalOpFactory.cpp3066 auto onInterval = style.dashIntervals()[0]; in MakeCircleOp()
3067 auto offInterval = style.dashIntervals()[1]; in MakeCircleOp()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp648 allOffsZero = !fStyle.dashIntervals()[i]; in attemptToSimplifyLine()