Home | History | Annotate | Download | only in samplecode

Lines Matching refs:plot

25 // Generates a path to stroke along the top of each plot and a fill path for the area below each
26 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
34 SkPath* plot, SkPath* fill) {
35 plot->rewind();
37 plot->incReserve(topData.count());
49 plot->moveTo(x, topData[leftShift]);
53 plot->lineTo(x, topData[i + leftShift]);
59 plot->lineTo(x, topData[i]);
82 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path