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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp121 unsigned text_bytes; member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan
237 << " text_bytes: " << para->unbroken_spans[uidx].text_bytes
675 if (unbroken_span.glyph_string->log_clusters[glyph_index] < (int)unbroken_span.text_bytes
795 end_byte = it_span->start.iter_span->text_bytes; // Upper limit
928 if (char_byte == iter_span->text_bytes) {
1205 new_span.text_bytes = 0;
1231 new_span.text_bytes = std::min(text_source_bytes, pango_item_bytes);
1266 if (iter_text.base() - new_span.input_stream_first_character.base() >= (int)new_span.text_bytes) break;
1276 new_span.text_bytes
[all...]

Completed in 18 milliseconds