Lines Matching refs:next_it
194 auto next_it = std::next(iter); in LoadUnicode() local
201 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first) in LoadUnicode()
206 next_it = std::next(iter); in LoadUnicode()
214 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first || in LoadUnicode()
215 curUnicode + 1 != next_it->second) { in LoadUnicode()
221 next_it = std::next(iter); in LoadUnicode()
398 auto next_it = std::next(it); in LoadCompositeFont() local
399 if (next_it == widths.end() || next_it->first != it->first + 1 || in LoadCompositeFont()
400 next_it->second != it->second) { in LoadCompositeFont()
417 auto next_it = std::next(it); in LoadCompositeFont() local
418 if (next_it == widths.end() || next_it->first != it->first + 1) in LoadCompositeFont()