HomeSort by relevance Sort by last modified time
    Searched refs:kNumPoints (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 243 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 - 1)]
    [all...]
  /external/skia/bench/
PathBench.cpp 243 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 - 1)]
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller_unittest.cc     [all...]

Completed in 1198 milliseconds