Searched refs:fPaths1 (Results 1 – 2 of 2) sorted by relevance
590 fPaths1.reset(kPathCnt); in onDelayedSetup()593 this->makePath(&fPaths1[i]); in onDelayedSetup()604 result.addPath(fPaths1[idx]); in onDraw()611 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1); in onDraw()618 result.addPath(fPaths1[idx], fMatrix); in onDraw()625 result.reverseAddPath(fPaths1[idx]); in onDraw()632 result.reversePathTo(fPaths1[idx]); in onDraw()645 SkAutoTArray<SkPath> fPaths1; member in SkBench_AddPathTest