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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp323 unsigned lc_index = char_index; local
327 glyph_index = _characters[lc_index].in_glyph;
329 lc_index++;
338 if(lc_index == _glyphs[glyph_index].in_character){ // Glyph width is used only for the first character, these may be 0
348 << " lc_index " << lc_index
360 lc_index = _characters.size();
366 lc_index++;
367 if(lc_index >= _characters.size()) break; // nothing more to process, so it must be the end of the record
372 unsigned next_span_index = _characters[lc_index]
[all...]

Completed in 14 milliseconds