Lines Matching defs:plot
30 // Generates a path to stroke along the top of each plot and a fill path for the area below each
31 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
39 SkPath* plot, SkPath* fill) {
40 plot->rewind();
42 plot->incReserve(topData.count());
54 plot->moveTo(x, topData[leftShift]);
58 plot->lineTo(x, topData[i + leftShift]);
64 plot->lineTo(x, topData[i]);
87 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path