Lines Matching defs:count
15 static void gen_data(SkScalar yAvg, SkScalar ySpread, int count, SkTDArray<SkScalar>* dataPts) {
16 dataPts->setCount(count);
18 for (int i = 0; i < count; ++i) {
34 plot->incReserve(topData.count());
36 fill->incReserve(topData.count() + 2);
38 fill->incReserve(2 * topData.count());
41 leftShift %= topData.count();
45 int shiftToEndCount = topData.count() - leftShift;
62 SkASSERT(bottomData->count() == topData.count());
71 fill->lineTo(x, (*bottomData)[bottomData->count() - 1 - i]);