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

/inkscape/src/
H A Dtext-editing.h49 Inkscape::Text::Layout::iterator sp_te_get_position_by_coords (SPItem const *item, Geom::Point const &i_p);
H A Dtext-editing.cpp105 sp_te_get_position_by_coords (SPItem const *item, Geom::Point const &i_p) function
/inkscape/src/ui/tools/
H A Dtext-tool.cpp269 this->text_sel_end = sp_te_get_position_by_coords(this->text, p);
271 this->text_sel_start = this->text_sel_end = sp_te_get_position_by_coords(this->text, p);
321 Inkscape::Text::Layout::iterator new_end = sp_te_get_position_by_coords(this->text, p);
1699 sp_text_context_place_cursor (tc, text, sp_te_get_position_by_coords(tc->text, p));

Completed in 865 milliseconds