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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1215 unsigned span_start_byte_in_source = 0; local
1228 - span_start_byte_in_source );
1232 new_span.input_stream_first_character = Glib::ustring::const_iterator(text_source->text_begin.base() + span_start_byte_in_source);
1287 g_assert( span_start_byte_in_source < text_source->text->bytes() );
1288 g_assert( span_start_byte_in_source + new_span.text_bytes <= text_source->text->bytes() );
1289 g_assert( memchr(text_source->text->data() + span_start_byte_in_source, '\0', static_cast<size_t>(new_span.text_bytes))
1301 pango_shape(text_source->text->data() + span_start_byte_in_source,
1388 TRACE(("add text span %lu \"%s\"\n", para->unbroken_spans.size(), text_source->text->raw().substr(span_start_byte_in_source, new_span.text_bytes).c_str()));
1418 span_start_byte_in_source += new_span.text_bytes;

Completed in 20 milliseconds