Searched defs:old_area (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.cpp214 Geom::IntRect old_area = pixelArea(); local
216 if (is_identity && _pending_area == old_area) return; // no change
224 if (old_area + t == _pending_area) {
238 Geom::IntPoint old_origin = old_area.min();
264 //std::cout << _pending_transform << old_area << _pending_area << std::endl;
H A Dsp-canvas.cpp1151 // Geom::IntRect old_area = Geom::IntRect::from_xywh(canvas->_x0, canvas->_y0,
1977 Geom::IntRect old_area = getViewboxIntegers(); local
1978 Geom::IntRect new_area = old_area + Geom::IntPoint(dx, dy);

Completed in 21 milliseconds