Searched defs:start_glyph_index (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp149 unsigned start_glyph_index; member in struct:Inkscape::Text::Layout::Calculator::BrokenSpan
330 span->start_glyph_index = 0;
331 while (span->start_glyph_index < (unsigned)span->start.iter_span->glyph_string->num_glyphs
332 && span->start.iter_span->glyph_string->log_clusters[span->start_glyph_index] < (int)span->start.char_byte)
333 span->start_glyph_index++;
334 span->end_glyph_index = span->start_glyph_index;
667 for (unsigned glyph_index = it_span->start_glyph_index ; glyph_index < it_span->end_glyph_index ; glyph_index++) {
939 end_glyph_index = start_glyph_index = 0;

Completed in 21 milliseconds