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