Searched refs:getStyleProperty (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-stop.cpp67 gchar const *p = this->getStyleProperty( "stop-color", "black");
75 gchar const *p = this->getStyleProperty( "stop-opacity", "1");
84 gchar const *p = this->getStyleProperty( "stop-color", "black");
97 gchar const *p = this->getStyleProperty( "stop-opacity", "1");
218 char const *str = getStyleProperty("color", NULL);
240 char const *str = this->getStyleProperty("color", NULL);
H A Dsp-object.h756 char const *getStyleProperty(char const *key, char const *def) const;
H A Dsp-object.cpp1344 gchar const * SPObject::getStyleProperty(gchar const *key, gchar const *def) const function in class:SPObject
1385 return (this->parent)->getStyleProperty(key, def);
H A Dsp-mesh-array.cpp1021 Glib::ustring str = firstStop->getStyleProperty("color", NULL);
H A Dgradient-drag.cpp220 stopColorStr = firstStop->getStyleProperty("color", NULL);
/inkscape/src/ui/dialog/
H A Dobject-properties.cpp420 char const *str = obj->getStyleProperty( "image-rendering", "auto" );

Completed in 38 milliseconds