/inkscape/src/live_effects/ |
H A D | lpeobject.cpp | 23 static void livepatheffect_on_repr_attr_changed (Inkscape::XML::Node * repr, const gchar *key, const gchar *oldval, const gchar *newval, bool is_interactive, void * data); 151 const gchar *newval, 166 lpeobj->get_lpe()->setParameter(key, newval); 148 livepatheffect_on_repr_attr_changed( Inkscape::XML::Node * , const gchar *key, const gchar * , const gchar *newval, bool , void * data ) argument
|
/inkscape/src/live_effects/parameter/ |
H A D | parameter.cpp | 80 double newval; local 81 unsigned int success = sp_svg_number_read_d(strvalue, &newval); 83 param_set_value(newval);
|
H A D | random.cpp | 48 double newval, newstartseed; local 50 unsigned int success = sp_svg_number_read_d(stringarray[0], &newval); 54 param_set_value(newval, static_cast<long>(newstartseed)); 56 param_set_value(newval, defseed);
|
/inkscape/src/xml/ |
H A D | event.h | 174 oldval(ov), newval(nv) {} 181 Inkscape::Util::ptr_shared<char> newval; member in class:Inkscape::XML::EventChgAttr 198 : Event(repr, next), oldval(ov), newval(nv) {} 203 Inkscape::Util::ptr_shared<char> newval; member in class:Inkscape::XML::EventChgContent
|
/inkscape/src/display/ |
H A D | canvas-grid.cpp | 350 CanvasGrid::on_repr_attr_changed(Inkscape::XML::Node *repr, gchar const *key, gchar const *oldval, gchar const *newval, bool is_interactive, void *data) argument 355 (static_cast<CanvasGrid*>(data))->onReprAttrChanged(repr, key, oldval, newval, is_interactive); 673 CanvasXYGrid::onReprAttrChanged(Inkscape::XML::Node */*repr*/, gchar const */*key*/, gchar const */*oldval*/, gchar const */*newval*/, bool /*is_interactive*/)
|
/inkscape/src/ui/widget/ |
H A D | selected-style.cpp | 1479 double newval; local 1483 newval = current * (1 + by); 1486 newval = current * (1 + by) * (1 + by); 1490 if (final && newval < 1e-6) { 1496 os << newval; local 1502 return newval - current;
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 648 char *attribute, char *newval, GError **error) 655 if (!dbus_check_string(newval, error, "New value string was empty.")) 661 newNode->setAttribute(attribute, newval, TRUE); 668 int newval, GError **error) 674 sp_repr_set_int (newNode, attribute, newval); 682 double newval, GError **error) 691 sp_repr_set_svg_double (newNode, attribute, newval); 783 gchar *cssattrb, gchar *newval, GError **error) 795 sp_repr_css_set_property(oldstyle, cssattrb, newval); 647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument 666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument 680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument 782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument
|