Searched refs:next_cluster_char_index (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp685 size_t next_cluster_char_index = 0; // TODO refactor to not bump via for loops local
686 for (next_cluster_char_index = char_index + 1 ; next_cluster_char_index < _characters.size() ; next_cluster_char_index++) {
687 if (_characters[next_cluster_char_index].in_glyph != -1 && _characters[next_cluster_char_index].char_attributes.is_cursor_position)
694 if (next_cluster_char_index == _characters.size()) {
697 next_cluster_glyph_index = _characters[next_cluster_char_index].in_glyph;
782 char_index = next_cluster_char_index;

Completed in 17 milliseconds