Searched refs:refPath (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | dashcircle.cpp | 55 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/ |
D | dashcircle.cpp | 55 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()
|