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

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp43 void Layout::appendText(Glib::ustring const &text, SPStyle *style, void *source_cookie, OptionalTextTagAttrs const *optional_attributes, unsigned optional_attributes_offset, Glib::ustring::const_iterator text_begin, Glib::ustring::const_iterator text_end) argument
51 new_source->text_begin = text_begin;
57 for ( ; text_begin != text_end && text_begin != text.end() ; ++text_begin)
H A DLayout-TNG.h250 \param text_begin Used for selecting only a substring of \a text
255 void appendText(Glib::ustring const &text, SPStyle *style, void *source_cookie, OptionalTextTagAttrs const *optional_attributes, unsigned optional_attributes_offset, Glib::ustring::const_iterator text_begin, Glib::ustring::const_iterator text_end);
707 Glib::ustring::const_iterator text_begin, text_end; member in class:Inkscape::Text::Layout::InputStreamTextSource
H A DLayout-TNG-Compute.cpp1008 // input_item.sub_flow->appendText(*text_source->text, text_source->style, text_source->source_cookie, NULL, 0, text_source->text_begin, text_source->text_end);
1077 para_text.append(&*text_source->text_begin.base(), text_source->text_length); // build the combined text
1227 - text_source->text_begin.base()
1232 new_span.input_stream_first_character = Glib::ustring::const_iterator(text_source->text_begin.base() + span_start_byte_in_source);

Completed in 41 milliseconds