Lines Matching defs:IN_shape

288 inkscape_set_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const char * IN_newval, GError **error)
291 return org_inkscape_document_set_attribute (proxy, IN_shape, IN_attribute, IN_newval, error);
296 inkscape_set_int_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gint IN_newval, GError **error)
299 return org_inkscape_document_set_int_attribute (proxy, IN_shape, IN_attribute, IN_newval, error);
304 inkscape_set_double_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gdouble IN_newval, GError **error)
307 return org_inkscape_document_set_double_attribute (proxy, IN_shape, IN_attribute, IN_newval, error);
312 inkscape_get_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, GError **error)
316 org_inkscape_document_get_attribute (proxy, IN_shape, IN_attribute, &OUT_val, error);
322 inkscape_move (DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error)
325 return org_inkscape_document_move (proxy, IN_shape, IN_x, IN_y, error);
330 inkscape_move_to (DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error)
333 return org_inkscape_document_move_to (proxy, IN_shape, IN_x, IN_y, error);
346 inkscape_get_path (DocumentInterface *doc, const char * IN_shape, GError **error)
350 org_inkscape_document_get_path (proxy, IN_shape, &OUT_val, error);
356 inkscape_transform (DocumentInterface *doc, const char * IN_shape, const char * IN_transformstr, GError **error)
359 return org_inkscape_document_transform (proxy, IN_shape, IN_transformstr, error);
364 inkscape_get_css (DocumentInterface *doc, const char * IN_shape, GError **error)
368 org_inkscape_document_get_css (proxy, IN_shape, &OUT_css, error);
374 inkscape_modify_css (DocumentInterface *doc, const char * IN_shape, const char * IN_cssattrib, const char * IN_newval, GError **error)
377 return org_inkscape_document_modify_css (proxy, IN_shape, IN_cssattrib, IN_newval, error);
382 inkscape_merge_css (DocumentInterface *doc, const char * IN_shape, const char * IN_stylestring, GError **error)
385 return org_inkscape_document_merge_css (proxy, IN_shape, IN_stylestring, error);
390 inkscape_set_color (DocumentInterface *doc, const char * IN_shape, const gint IN_red, const gint IN_green, const gint IN_blue, const gboolean IN_fill, GError **error)
393 return org_inkscape_document_set_color (proxy, IN_shape, IN_red, IN_green, IN_blue, IN_fill, error);
406 inkscape_get_node_coordinates (DocumentInterface *doc, const char * IN_shape, GError **error)
410 org_inkscape_document_get_node_coordinates (proxy, IN_shape, &OUT_points, error);