Home
last modified time | relevance | path

Searched refs:fPathHistory (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/viewer/
DBisectSlide.cpp60 fPathHistory.emplace(fFoundPaths, fTossedPaths); in onChar()
68 if (!fPathHistory.empty()) { in onChar()
69 fFoundPaths = fPathHistory.top().first; in onChar()
70 fTossedPaths = fPathHistory.top().second; in onChar()
71 fPathHistory.pop(); in onChar()
DBisectSlide.h49 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory; variable