Home
last modified time | relevance | path

Searched refs:next_glyph_index (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-Compute.cpp1111 …for(int next_glyph_index = glyph_index+1; next_glyph_index < unbroken_span.glyph_string->num_glyph… in _outputLine() local
1112 … if(unbroken_span.glyph_string->glyphs[next_glyph_index].attr.is_cluster_start){ in _outputLine()
1113 … end_byte = unbroken_span.glyph_string->log_clusters[next_glyph_index]; in _outputLine()