Searched refs:kNumPoints (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A DPathBench.cpp242 fPoints.reset(kNumPoints);
243 for (int i = 0; i < kNumPoints; ++i) {
262 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
265 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
268 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
269 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]);
273 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
274 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)],
279 path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
280 fPoints[(fCurrPoint + 1) & (kNumPoints
305 kNumPoints = 1 << 5, enumerator in enum:RandomPathBench::__anon13699
[all...]

Completed in 98 milliseconds