Searched defs:_updateItem (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-group.cpp | 69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingGroup
|
H A D | drawing-pattern.cpp | 153 unsigned DrawingPattern::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingPattern 180 return DrawingGroup::_updateItem(Geom::IntRect::infinite(), pattern_ctx, flags, reset);
|
H A D | drawing-image.cpp | 81 DrawingImage::_updateItem(Geom::IntRect const &, UpdateContext const &, unsigned, unsigned) function in class:Inkscape::DrawingImage
|
H A D | drawing-shape.cpp | 79 DrawingShape::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingShape
|
H A D | drawing-item.h | 163 virtual unsigned _updateItem(Geom::IntRect const &/*area*/, UpdateContext const &/*ctx*/, function in class:Inkscape::DrawingItem
|
H A D | drawing-text.cpp | 65 unsigned DrawingGlyphs::_updateItem(Geom::IntRect const &/*area*/, UpdateContext const &ctx, unsigned /*flags*/, unsigned /*reset*/) function in class:Inkscape::DrawingGlyphs 257 DrawingText::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingText 260 return DrawingGroup::_updateItem(area, ctx, flags, reset);
|
Completed in 3242 milliseconds