Lines Matching full:plot
24 // Generates a path to stroke along the top of each plot and a fill path for the area below each
25 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
33 SkPath* plot, SkPath* fill) {
34 plot->rewind();
36 plot->incReserve(topData.count());
48 plot->moveTo(x, topData[leftShift]);
52 plot->lineTo(x, topData[i + leftShift]);
58 plot->lineTo(x, topData[i]);
81 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path