Searched refs:fPaths1 (Results 1 – 1 of 1) sorted by relevance
592 fPaths1.reset(kPathCnt); in onDelayedSetup()595 this->makePath(&fPaths1[i]); in onDelayedSetup()606 result.addPath(fPaths1[idx]); in onDraw()613 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1); in onDraw()620 result.addPath(fPaths1[idx], fMatrix); in onDraw()627 result.reverseAddPath(fPaths1[idx]); in onDraw()634 result.reversePathTo(fPaths1[idx]); in onDraw()647 SkAutoTArray<SkPath> fPaths1; member in SkBench_AddPathTest