Home
last modified time | relevance | path

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

/external/skia/gm/
Ddashcircle.cpp44 SkPath refPath; variable
54 refPath.moveTo(0, 0);
55 refPath.arcTo(oval, angle, span, false);
56 refPath.close();
60 canvas->drawPath(refPath, refPaint);