Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleChart.cpp124 SkPath plotPath; in onDrawContent() local
146 &plotPath, in onDrawContent()
154 canvas->drawPath(plotPath, plotPaint); in onDrawContent()
/third_party/skia/bench/
DChartBench.cpp135 SkPath plotPath; in onDraw() local
157 &plotPath, in onDraw()
165 canvas->drawPath(plotPath, plotPaint); in onDraw()
/third_party/skia/samplecode/
DSampleChart.cpp133 SkPathBuilder plotPath, fillPath; in onDrawContent() local
143 &plotPath, in onDrawContent()
151 canvas->drawPath(plotPath.detach(), plotPaint); in onDrawContent()
/third_party/flutter/skia/bench/
DChartBench.cpp135 SkPath plotPath; in onDraw() local
157 &plotPath, in onDraw()
165 canvas->drawPath(plotPath, plotPaint); in onDraw()