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

/external/skia/tools/viewer/
H A DBisectSlide.cpp69 if (!fTossedPaths.empty()) {
70 SkTSwap(fFoundPaths, fTossedPaths);
82 fPathHistory.emplace(fFoundPaths, fTossedPaths);
83 fTossedPaths.reset(fFoundPaths.begin() + midpt, fFoundPaths.count() - midpt);
92 fTossedPaths = fPathHistory.top().second;
H A DBisectSlide.h49 SkTArray<FoundPath> fTossedPaths; member in class:BisectSlide
/external/skqp/samplecode/
H A DSamplePathFinder.cpp90 if (!fTossedPaths.empty()) {
91 SkTSwap(fPaths, fTossedPaths);
102 fPathHistory.emplace(fPaths, fTossedPaths);
103 fTossedPaths.reset(fPaths.begin() + midpt, fPaths.count() - midpt);
111 fTossedPaths = fPathHistory.top().second;
154 SkTArray<FoundPath> fTossedPaths; member in class:PathFinderView

Completed in 152 milliseconds