Home
last modified time | relevance | path

Searched refs:fPathHistory (Results 1 – 4 of 4) 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
/third_party/flutter/skia/tools/viewer/
DBisectSlide.cpp92 fPathHistory.emplace(fFoundPaths, fTossedPaths); in onChar()
100 if (!fPathHistory.empty()) { in onChar()
101 fFoundPaths = fPathHistory.top().first; in onChar()
102 fTossedPaths = fPathHistory.top().second; in onChar()
103 fPathHistory.pop(); in onChar()
DBisectSlide.h52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory; variable