Searched defs:start_pos (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.h59 Geom::Point start_pos; member in class:Inkscape::LivePathEffect::LPECopyRotate
/inkscape/src/util/
H A Dunits.cpp344 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 Ddocument-interface.cpp898 int start_pos, int end_pos, gchar *style, gchar *styleval,
909 Inkscape::Text::Layout::iterator start = layout->charIndexToIterator (start_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

Completed in 24 milliseconds