Home
last modified time | relevance | path

Searched refs:fPaths0 (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DPathBench.cpp595 fPaths0.reset(kPathCnt); in onDelayedSetup()
598 this->makePath(&fPaths0[i]); in onDelayedSetup()
609 SkPath result = fPaths0[idx]; in onDraw()
616 SkPath result = fPaths0[idx]; in onDraw()
623 SkPath result = fPaths0[idx]; in onDraw()
630 SkPath result = fPaths0[idx]; in onDraw()
637 SkPath result = fPaths0[idx]; in onDraw()
650 SkAutoTArray<SkPath> fPaths0; member in SkBench_AddPathTest