Searched refs:next_it (Results 1 – 5 of 5) sorted by relevance
97 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() local99 current_ = *next_it.second; in MoveToNextNode()101 ++next_it.second; in MoveToNextNode()103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()204 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() local206 if (next_it.second == next_it.first->end()) { in MoveToNextNode()208 current_ = next_it.first; in MoveToNextNode()214 current_ = *next_it.second; in MoveToNextNode()216 ++next_it.second; in MoveToNextNode()
163 auto next_it = std::next(iter); in LoadUnicode() local170 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first) in LoadUnicode()175 next_it = std::next(iter); in LoadUnicode()183 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first || in LoadUnicode()184 curUnicode + 1 != next_it->second) { in LoadUnicode()190 next_it = std::next(iter); in LoadUnicode()362 auto next_it = std::next(it); in LoadCompositeFont() local363 if (next_it == widths.end() || next_it->first != it->first + 1 || in LoadCompositeFont()364 next_it->second != it->second) { in LoadCompositeFont()381 auto next_it = std::next(it); in LoadCompositeFont() local[all …]
211 auto next_it = read_it + 1; variable212 while (next_it != entries_.end() && add_accumulator < add_step &&213 next_it->PrevMaxRank() - read_it->NextMinRank() <= eps_delta) {215 ++next_it;217 if (read_it == next_it - 1) {220 read_it = next_it - 1;
203 auto next_it = read_it + 1; variable204 while (next_it != entries_.end() && add_accumulator < add_step &&205 next_it->PrevMaxRank() - read_it->NextMinRank() <= eps_delta) {207 ++next_it;209 if (read_it == next_it - 1) {212 read_it = next_it - 1;