Searched refs:UpdateContext (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/display/
H A Ddrawing-group.h32 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
H A Ddrawing-pattern.h59 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
H A Ddrawing-text.h34 unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
64 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
H A Ddrawing-group.cpp69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
74 UpdateContext child_ctx(ctx);
H A Ddrawing.h70 void update(Geom::IntRect const &area = Geom::IntRect::infinite(), UpdateContext const &ctx = UpdateContext(), unsigned flags = DrawingItem::STATE_ALL, unsigned reset = 0);
H A Dcanvas-arena.h49 Inkscape::UpdateContext ctx;
H A Ddrawing-image.h38 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
H A Ddrawing-item.h45 struct UpdateContext { struct in namespace:Inkscape
135 void update(Geom::IntRect const &area = Geom::IntRect::infinite(), UpdateContext const &ctx = UpdateContext(), unsigned flags = STATE_ALL, unsigned reset = 0);
163 virtual unsigned _updateItem(Geom::IntRect const &/*area*/, UpdateContext const &/*ctx*/,
H A Ddrawing-shape.h35 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
H A Ddrawing-pattern.cpp153 unsigned DrawingPattern::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
155 UpdateContext pattern_ctx;
H A Ddrawing-image.cpp81 DrawingImage::_updateItem(Geom::IntRect const &, UpdateContext const &, unsigned, unsigned)
H A Ddrawing.cpp160 Drawing::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
H A Ddrawing-text.cpp65 unsigned DrawingGlyphs::_updateItem(Geom::IntRect const &/*area*/, UpdateContext const &ctx, unsigned /*flags*/, unsigned /*reset*/)
257 DrawingText::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
H A Ddrawing-shape.cpp79 DrawingShape::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
H A Ddrawing-item.cpp525 DrawingItem::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
554 UpdateContext child_ctx(ctx);
/inkscape/src/
H A Dsp-pattern.cpp649 Inkscape::UpdateContext ctx; // UpdateContext is structure with only ctm!

Completed in 24 milliseconds