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

/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc1463 const int kNumPoints = 4; local
1467 } points[kNumPoints] = {
1479 for (int i = 0; i < kNumPoints; ++i) {
1508 const int kNumPoints = 5; local
1513 } points[kNumPoints] = {
1520 for (int i = 0; i < kNumPoints; ++i) {
1544 const int kNumPoints = 5; local
1549 } points[kNumPoints] = {
1556 for (int i = 0; i < kNumPoints; ++i) {
1585 const int kNumPoints local
[all...]
/external/chromium_org/third_party/skia/bench/
H A DPathBench.cpp243 fPoints.reset(kNumPoints);
244 for (int i = 0; i < kNumPoints; ++i) {
263 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
266 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
269 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
270 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]);
274 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
275 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)],
280 path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
281 fPoints[(fCurrPoint + 1) & (kNumPoints
306 kNumPoints = 1 << 5, enumerator in enum:RandomPathBench::__anon14993
[all...]
/external/skia/bench/
H A DPathBench.cpp243 fPoints.reset(kNumPoints);
244 for (int i = 0; i < kNumPoints; ++i) {
263 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
266 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
269 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
270 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]);
274 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
275 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)],
280 path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
281 fPoints[(fCurrPoint + 1) & (kNumPoints
306 kNumPoints = 1 << 5, enumerator in enum:RandomPathBench::__anon30404
[all...]

Completed in 534 milliseconds