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

/inkscape/src/
H A Dsp-tref.cpp205 sp_text_get_length_upto(parent_text, this), sp_text_get_length_upto(this, NULL) - 1);
H A Dsp-tspan.cpp152 bbox = SP_TEXT(parent_text)->layout.bounds(transform, sp_text_get_length_upto(parent_text, this), sp_text_get_length_upto(this, NULL) - 1);
H A Dtext-editing.h45 unsigned sp_text_get_length_upto(SPObject const *item, SPObject const *upto);
H A Dtext-editing.cpp252 unsigned sp_text_get_length_upto(SPObject const *item, SPObject const *upto) function
281 length += sp_text_get_length_upto(child, upto);
285 length += sp_text_get_length_upto(child, upto);

Completed in 50 milliseconds