Home | History | Annotate | Download | only in bench

Lines Matching full:plot

31 // Generates a path to stroke along the top of each plot and a fill path for the area below each
32 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
40 SkPath* plot, SkPath* fill) {
41 plot->rewind();
43 plot->incReserve(topData.count());
55 plot->moveTo(x, topData[leftShift]);
59 plot->lineTo(x, topData[i + leftShift]);
65 plot->lineTo(x, topData[i]);
90 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU path