Home
last modified time | relevance | path

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

/external/skia/bench/
DPathBench.cpp508 fPaths0.reset(kPathCnt); in onDelayedSetup()
511 this->makePath(&fPaths0[i]); in onDelayedSetup()
522 SkPath result = fPaths0[idx]; in onDraw()
529 SkPath result = fPaths0[idx]; in onDraw()
536 SkPath result = fPaths0[idx]; in onDraw()
543 SkPath result = fPaths0[idx]; in onDraw()
550 SkPath result = fPaths0[idx]; in onDraw()
563 SkAutoTArray<SkPath> fPaths0; member in SkBench_AddPathTest