Home | History | Annotate | Download | only in bench

Lines Matching full:plot

28 // Generates a path to stroke along the top of each plot and a fill path for the area below each
29 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
37 SkPath* plot, SkPath* fill) {
38 plot->rewind();
40 plot->incReserve(topData.count());
52 plot->moveTo(x, topData[leftShift]);
56 plot->lineTo(x, topData[i + leftShift]);
62 plot->lineTo(x, topData[i]);
85 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path