Searched refs:start_pos (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-copy_rotate.h | 59 Geom::Point start_pos; member in class:Inkscape::LivePathEffect::LPECopyRotate
|
H A D | lpe-copy_rotate.cpp | 152 start_pos = origin + dir * Rotate(-rad_from_deg(starting_angle)) * dist_angle_handle; 409 hp.start(start_pos); 489 return lpe->start_pos;
|
/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.h | 115 int start_pos, int end_pos, gchar *style, gchar *styleval,
|
H A D | document-interface.cpp | 898 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
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 758 Geom::Point start_pos = bez.initialPoint(); 765 Geom::Point start_new = start_pos + start_normal*width;
|
Completed in 597 milliseconds