Home
last modified time | relevance | path

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

/external/skia/gm/
Ddashcircle.cpp66 int dashUnits = 0; in onDraw() local
68 dashUnits += dashExample.pattern[index]; in onDraw()
70 SkScalar unitLength = arcLength / dashUnits; in onDraw()
91 SkScalar dashLength = circumference / wedge / dashUnits; in onDraw()