Searched refs:fPathHistory (Results 1 – 4 of 4) sorted by relevance
92 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()
52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory; variable