Searched refs:CHILD_ORPHAN (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Ddrawing-item.cpp124 , _child_type(CHILD_ORPHAN)
219 assert(item->_child_type == CHILD_ORPHAN);
236 assert(item->_child_type == CHILD_ORPHAN);
256 i->_child_type = CHILD_ORPHAN;
432 assert(item->_child_type == CHILD_ORPHAN);
446 assert(item->_child_type == CHILD_ORPHAN);
460 assert(pattern->_child_type == CHILD_ORPHAN);
474 assert(pattern->_child_type == CHILD_ORPHAN);
H A Ddrawing-item.h145 CHILD_ORPHAN = 0, // no parent - implies _parent == NULL enumerator in enum:Inkscape::DrawingItem::ChildType
H A Ddrawing.cpp61 assert(item->_child_type == DrawingItem::CHILD_ORPHAN);

Completed in 17 milliseconds