Lines Matching defs:count
21 static void gen_data(SkScalar yAvg, SkScalar ySpread, int count,
23 dataPts->setCount(count);
24 for (int i = 0; i < count; ++i) {
42 plot->incReserve(topData.count());
44 fill->incReserve(topData.count() + 2);
46 fill->incReserve(2 * topData.count());
49 leftShift %= topData.count();
53 int shiftToEndCount = topData.count() - leftShift;
70 SkASSERT(bottomData->count() == topData.count());
79 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]);