Searched refs:getStyleProperty (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ |
H A D | sp-stop.cpp | 67 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 D | sp-object.h | 756 char const *getStyleProperty(char const *key, char const *def) const;
|
H A D | sp-object.cpp | 1344 gchar const * SPObject::getStyleProperty(gchar const *key, gchar const *def) const function in class:SPObject 1385 return (this->parent)->getStyleProperty(key, def);
|
H A D | sp-mesh-array.cpp | 1021 Glib::ustring str = firstStop->getStyleProperty("color", NULL);
|
H A D | gradient-drag.cpp | 220 stopColorStr = firstStop->getStyleProperty("color", NULL);
|
/inkscape/src/ui/dialog/ |
H A D | object-properties.cpp | 420 char const *str = obj->getStyleProperty( "image-rendering", "auto" );
|
Completed in 38 milliseconds