Lines Matching refs:key
35 unsigned int key;
40 static SPClipPathView* sp_clippath_view_new_prepend(SPClipPathView *list, unsigned int key, Inkscape::DrawingItem *arenaitem);
77 void SPClipPath::set(unsigned int key, const gchar* value) {
78 switch (key) {
95 if (SP_ATTRIBUTE_IS_CSS(key)) {
99 SPObjectGroup::set(key, value);
114 Inkscape::DrawingItem *ac = SP_ITEM(ochild)->invoke_show(v->arenaitem->drawing(), v->key, SP_ITEM_REFERENCE_FLAGS);
199 Inkscape::DrawingItem *SPClipPath::show(Inkscape::Drawing &drawing, unsigned int key) {
201 display = sp_clippath_view_new_prepend(display, key, ai);
205 Inkscape::DrawingItem *ac = SP_ITEM(child)->invoke_show(drawing, key, SP_ITEM_REFERENCE_FLAGS);
225 void SPClipPath::hide(unsigned int key) {
228 SP_ITEM(child)->invoke_hide(key);
233 if (v->key == key) {
243 void SPClipPath::setBBox(unsigned int key, Geom::OptRect const &bbox) {
245 if (v->key == key) {
268 sp_clippath_view_new_prepend(SPClipPathView *list, unsigned int key, Inkscape::DrawingItem *arenaitem)
273 new_path_view->key = key;