Home
last modified time | relevance | path

Searched refs:dashIntervals (Results 1 – 5 of 5) 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/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()