Searched defs:IN_height (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/dbus/wrapper/ |
H A D | inkscape-dbus-wrapper.c | 144 inkscape_rectangle (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument 148 org_inkscape_document_rectangle (proxy, IN_x, IN_y, IN_width, IN_height, &OUT_object_name, error); 154 inkscape_ellipse (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument 158 org_inkscape_document_ellipse (proxy, IN_x, IN_y, IN_width, IN_height, &OUT_object_name, error);
|
Completed in 277 milliseconds