Searched defs:end_pos (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/util/ |
H A D | units.cpp | 344 int start_pos, end_pos; local 345 match_info.fetch_pos(0, end_pos, start_pos); 346 end_pos = q.size() - start_pos; 347 Glib::ustring u = q.substr(start_pos, end_pos);
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 898 int start_pos, int end_pos, gchar *style, gchar *styleval, 910 Inkscape::Text::Layout::iterator end = layout->charIndexToIterator (end_pos); 897 document_interface_text_apply_style(DocumentInterface *doc_interface, gchar *name, int start_pos, int end_pos, gchar *style, gchar *styleval, GError **error) argument
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 759 Geom::Point end_pos = bez.finalPoint(); local 766 Geom::Point end_new = end_pos + end_normal*width;
|
Completed in 339 milliseconds