Searched defs:_updateItem (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/display/
H A Ddrawing-group.cpp69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingGroup
H A Ddrawing-pattern.cpp153 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 Ddrawing-image.cpp81 DrawingImage::_updateItem(Geom::IntRect const &, UpdateContext const &, unsigned, unsigned) function in class:Inkscape::DrawingImage
H A Ddrawing-shape.cpp79 DrawingShape::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) function in class:Inkscape::DrawingShape
H A Ddrawing-item.h163 virtual unsigned _updateItem(Geom::IntRect const &/*area*/, UpdateContext const &/*ctx*/, function in class:Inkscape::DrawingItem
H A Ddrawing-text.cpp65 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 306 milliseconds