Home
last modified time | relevance | path

Searched refs:fCopies (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DPathBench.cpp443 fCopies.reset(kPathCnt);
452 fCopies[idx] = fPaths[idx];
462 SkAutoTArray<SkPath> fCopies; member in PathCopyBench
528 fCopies.reset(kPathCnt);
531 fCopies[i] = fPaths[i];
539 fParity ^= (fPaths[idx] == fCopies[idx & ~0x1]);
550 SkAutoTArray<SkPath> fCopies; member in PathEqualityBench

Completed in 2 milliseconds