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

/external/skia/samplecode/
H A DSamplePathFinder.cpp81 if (!fTossedPaths.empty()) {
82 SkTSwap(fPaths, fTossedPaths);
94 fPathHistory.emplace(fPaths, fTossedPaths);
95 fTossedPaths.reset(fPaths.begin() + midpt, fPaths.count() - midpt);
104 fTossedPaths = fPathHistory.top().second;
148 SkTArray<FoundPath> fTossedPaths; member in class:PathFinderView

Completed in 3009 milliseconds