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

/inkscape/src/display/
H A Ddrawing-surface.cpp48 , _pixels(area.dimensions())
57 * @param pixdims Pixel dimensions of the surface.
91 Geom::Rect r = Geom::Rect::from_xywh(_origin, dimensions());
95 /// Get the pixel dimensions of the surface
104 DrawingSurface::dimensions() const function in class:Inkscape::DrawingSurface
241 _pixels = _pending_area.dimensions();
/inkscape/src/2geom/
H A Dgeneric-rect.h113 /** @brief Create rectangle from origin and dimensions. */
120 /** @brief Create rectangle from origin and dimensions. */
134 /// @name Inspect dimensions.
181 CPoint dimensions() const { return CPoint(f[X].extent(), f[Y].extent()); } function in class:Geom::GenericRect

Completed in 16 milliseconds