Searched refs:text_end (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
52 new_source->text_end = text_end;
57 for ( ; text_begin != text_end && text_begin != text.end() ; ++text_begin)
H A DLayout-TNG.h252 \param text_end 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
708 int text_length; /// in characters, from text_start to text_end only
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);
1226 unsigned const text_source_bytes = ( text_source->text_end.base()
1265 if (iter_text >= text_source->text_end) break;

Completed in 832 milliseconds