Searched refs:_markForUpdate (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-image.cpp | 39 _markForUpdate(STATE_ALL, false); 46 _markForUpdate(STATE_ALL, false); 53 _markForUpdate(STATE_ALL, false); 60 _markForUpdate(STATE_ALL, false);
|
H A D | drawing-item.cpp | 184 _parent->_markForUpdate(STATE_ALL, false); 223 // This ensures that _markForUpdate() called on the child will recurse to this item 225 // Because _markForUpdate recurses through ancestors, we can simply call it 229 item->_markForUpdate(STATE_ALL, true); 241 item->_markForUpdate(STATE_ALL, true); 259 _markForUpdate(STATE_ALL, false); 280 _markForUpdate(STATE_ALL, true); 390 _markForUpdate(STATE_BACKGROUND, true); 393 _markForUpdate(STATE_BACKGROUND, true); 403 _markForUpdate(STATE_AL 1081 DrawingItem::_markForUpdate(unsigned flags, bool propagate) function in class:Inkscape::DrawingItem [all...] |
H A D | drawing-group.cpp | 64 _markForUpdate(STATE_ALL, true);
|
H A D | drawing-pattern.cpp | 48 _markForUpdate(STATE_ALL, true);
|
H A D | drawing-item.h | 158 void _markForUpdate(unsigned state, bool propagate);
|
H A D | drawing.cpp | 143 (*i)->_markForUpdate(DrawingItem::STATE_CACHE, false);
|
H A D | drawing-shape.cpp | 61 _markForUpdate(STATE_ALL, false);
|
H A D | drawing-text.cpp | 55 _markForUpdate(STATE_ALL, false);
|
Completed in 23 milliseconds