Searched refs:setKeyValue (Results 1 - 7 of 7) sorted by relevance
/inkscape/test/src/ |
H A D | color-profile-test.cpp | 73 _prof->setKeyValue( SP_ATTR_RENDERING_INTENT, cases[i].attr); 86 _prof->setKeyValue( SP_ATTR_LOCAL, cases[i]); 92 _prof->setKeyValue( SP_ATTR_LOCAL, NULL); 104 _prof->setKeyValue( SP_ATTR_NAME, cases[i]); 110 _prof->setKeyValue( SP_ATTR_NAME, NULL );
|
/inkscape/src/ |
H A D | color-profile-test.h | 83 SP_OBJECT(prof)->setKeyValue( SP_ATTR_RENDERING_INTENT, cases[i].attr); 102 SP_OBJECT(prof)->setKeyValue( SP_ATTR_LOCAL, cases[i]); 108 SP_OBJECT(prof)->setKeyValue( SP_ATTR_LOCAL, NULL); 126 SP_OBJECT(prof)->setKeyValue( SP_ATTR_NAME, cases[i]); 132 SP_OBJECT(prof)->setKeyValue( SP_ATTR_NAME, NULL);
|
H A D | sp-style-elem-test.h | 59 SP_OBJECT(style_elem)->setKeyValue( SP_ATTR_TYPE, "something unrecognized"); 62 SP_OBJECT(style_elem)->setKeyValue( SP_ATTR_TYPE, "text/css"); 65 SP_OBJECT(style_elem)->setKeyValue( SP_ATTR_TYPE, "atext/css"); 68 SP_OBJECT(style_elem)->setKeyValue( SP_ATTR_TYPE, "text/cssx"); 85 SP_OBJECT(style_elem)->setKeyValue( SP_ATTR_TYPE, "text/css");
|
H A D | sp-gradient-test.h | 58 SP_OBJECT(gr)->setKeyValue( SP_ATTR_GRADIENTTRANSFORM, "translate(5, 8)"); 61 SP_OBJECT(gr)->setKeyValue( SP_ATTR_GRADIENTTRANSFORM, ""); 64 SP_OBJECT(gr)->setKeyValue( SP_ATTR_GRADIENTTRANSFORM, "rotate(90)"); 76 SP_OBJECT(gr)->setKeyValue( SP_ATTR_GRADIENTTRANSFORM, "matrix(0, 1, -1, 0, 0, 0)"); 138 SP_OBJECT(gr)->setKeyValue( SP_ATTR_GRADIENTUNITS, "userSpaceOnUse");
|
H A D | sp-path.cpp | 178 this->setKeyValue( sp_attribute_lookup("d"), "");
|
H A D | sp-object.h | 713 void setKeyValue(unsigned int key, char const *value);
|
H A D | sp-object.cpp | 948 void SPObject::setKeyValue(unsigned int key, gchar const *value) function in class:SPObject 970 setKeyValue(keyid, value);
|
Completed in 19 milliseconds