Searched refs:UpdateContext (Results 1 - 16 of 16) sorted by relevance
| /inkscape/src/display/ |
| H A D | drawing-group.h | 32 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
|
| H A D | drawing-pattern.h | 59 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
|
| H A D | drawing-text.h | 34 unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx, 64 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
|
| H A D | drawing-group.cpp | 69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) 74 UpdateContext child_ctx(ctx);
|
| H A D | drawing.h | 70 void update(Geom::IntRect const &area = Geom::IntRect::infinite(), UpdateContext const &ctx = UpdateContext(), unsigned flags = DrawingItem::STATE_ALL, unsigned reset = 0);
|
| H A D | canvas-arena.h | 49 Inkscape::UpdateContext ctx;
|
| H A D | drawing-image.h | 38 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
|
| H A D | drawing-item.h | 45 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 D | drawing-shape.h | 35 virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx,
|
| H A D | drawing-pattern.cpp | 153 unsigned DrawingPattern::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) 155 UpdateContext pattern_ctx;
|
| H A D | drawing-image.cpp | 81 DrawingImage::_updateItem(Geom::IntRect const &, UpdateContext const &, unsigned, unsigned)
|
| H A D | drawing.cpp | 160 Drawing::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
|
| H A D | drawing-text.cpp | 65 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 D | drawing-shape.cpp | 79 DrawingShape::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset)
|
| H A D | drawing-item.cpp | 525 DrawingItem::update(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) 554 UpdateContext child_ctx(ctx);
|
| /inkscape/src/ |
| H A D | sp-pattern.cpp | 649 Inkscape::UpdateContext ctx; // UpdateContext is structure with only ctm!
|
Completed in 24 milliseconds