Searched refs:fTossedPaths (Results 1 – 2 of 2) sorted by relevance
46 if (!fTossedPaths.empty()) { in onChar()48 swap(fFoundPaths, fTossedPaths); in onChar()60 fPathHistory.emplace(fFoundPaths, fTossedPaths); in onChar()61 fTossedPaths.reset(fFoundPaths.begin() + midpt, fFoundPaths.count() - midpt); in onChar()70 fTossedPaths = fPathHistory.top().second; in onChar()
47 SkTArray<FoundPath> fTossedPaths; variable