Searched refs:new_area (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.h71 void scheduleTransform(Geom::IntRect const &new_area, Geom::Affine const &trans);
H A Dcanvas-arena.cpp39 static void sp_canvas_arena_viewbox_changed (SPCanvasItem *item, Geom::IntRect const &new_area);
221 sp_canvas_arena_viewbox_changed (SPCanvasItem *item, Geom::IntRect const &new_area) argument
225 Geom::IntRect expanded = new_area;
226 Geom::IntPoint expansion(new_area.width()/2, new_area.height()/2);
H A Dsp-canvas-item.h96 void (* viewbox_changed) (SPCanvasItem *item, Geom::IntRect const &new_area);
H A Ddrawing-surface.cpp203 DrawingCache::scheduleTransform(Geom::IntRect const &new_area, Geom::Affine const &trans) argument
205 _pending_area = new_area;
H A Dsp-canvas.cpp109 static void viewboxChanged(SPCanvasItem *item, Geom::IntRect const &new_area);
869 void SPCanvasGroup::viewboxChanged(SPCanvasItem *item, Geom::IntRect const &new_area) argument
877 SP_CANVAS_ITEM_GET_CLASS(child)->viewbox_changed(child, new_area);
1154 Geom::IntRect new_area = Geom::IntRect::from_xywh(canvas->_x0, canvas->_y0, local
1180 SP_CANVAS_ITEM_GET_CLASS (canvas->_root)->viewbox_changed (canvas->_root, new_area);
1978 Geom::IntRect new_area = old_area + Geom::IntPoint(dx, dy); local
2015 SP_CANVAS_ITEM_GET_CLASS(_root)->viewbox_changed(_root, new_area);

Completed in 23 milliseconds