Lines Matching refs:fFoundPaths
32 bisect->fFoundPaths.push_back() = {path, paint, matrix};
48 swap(fFoundPaths, fTossedPaths);
58 if (fFoundPaths.count() > 1) {
59 int midpt = (fFoundPaths.count() + 1) / 2;
60 fPathHistory.emplace(fFoundPaths, fTossedPaths);
61 fTossedPaths.reset(fFoundPaths.begin() + midpt, fFoundPaths.count() - midpt);
62 fFoundPaths.resize_back(midpt);
69 fFoundPaths = fPathHistory.top().first;
90 for (const FoundPath& foundPath : fFoundPaths) {
103 for (const FoundPath& path : fFoundPaths) {