Lines Matching defs:hide
142 void SPItem::setHidden(bool hide) {
144 style->display.value = ( hide ? SP_CSS_DISPLAY_NONE : SP_CSS_DISPLAY_INLINE );
422 // which will cause the hide() function to be called.
432 fill_ps->hide(item->display->arenaitem->key());
435 stroke_ps->hide(item->display->arenaitem->key());
553 oldPath->hide(v->arenaitem->key());
605 old_fill_ps->hide(v->arenaitem->key());
630 old_stroke_ps->hide(v->arenaitem->key());
1174 void SPItem::hide(unsigned int /*key*/) {
1180 this->hide(key);
1188 (clip_ref->getObject())->hide(v->arenaitem->key());
1197 fill_ps->hide(v->arenaitem->key());
1201 stroke_ps->hide(v->arenaitem->key());