Home
last modified time | relevance | path

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

/external/skia/bench/
DChartBench.cpp135 SkPath plotPath; in onDraw() local
157 &plotPath, in onDraw()
165 canvas->drawPath(plotPath, plotPaint); in onDraw()
/external/skia/tools/viewer/
DChartSlide.cpp135 SkPathBuilder plotPath, fillPath; in draw() local
145 &plotPath, in draw()
153 canvas->drawPath(plotPath.detach(), plotPaint); in draw()