Home
last modified time | relevance | path

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

/external/skqp/gm/
Ddashcircle.cpp55 SkPath refPath; in onDraw() local
65 refPath.moveTo(0, 0); in onDraw()
66 refPath.arcTo(oval, angle, span, false); in onDraw()
67 refPath.close(); in onDraw()
73 canvas->drawPath(refPath, refPaint); in onDraw()
/external/skia/gm/
Ddashcircle.cpp55 SkPath refPath; in onDraw() local
65 refPath.moveTo(0, 0); in onDraw()
66 refPath.arcTo(oval, angle, span, false); in onDraw()
67 refPath.close(); in onDraw()
73 canvas->drawPath(refPath, refPaint); in onDraw()