Searched refs:DrawingSurface (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.h30 class DrawingSurface class in namespace:Inkscape
33 explicit DrawingSurface(Geom::IntRect const &area);
34 DrawingSurface(Geom::Rect const &logbox, Geom::IntPoint const &pixdims);
35 DrawingSurface(cairo_surface_t *surface, Geom::Point const &origin);
36 virtual ~DrawingSurface();
63 : public DrawingSurface
H A Ddrawing-surface.cpp24 * @class DrawingSurface
44 DrawingSurface::DrawingSurface(Geom::IntRect const &area) function in class:Inkscape::DrawingSurface
59 DrawingSurface::DrawingSurface(Geom::Rect const &logbox, Geom::IntPoint const &pixdims) function in class:Inkscape::DrawingSurface
71 DrawingSurface::DrawingSurface(cairo_surface_t *surface, Geom::Point const &origin) function in class:Inkscape::DrawingSurface
81 DrawingSurface::~DrawingSurface()
89 DrawingSurface
[all...]
H A Ddrawing-context.cpp63 , _surface(new DrawingSurface(cairo_get_group_target(ct), origin))
75 , _surface(new DrawingSurface(surface, origin))
83 DrawingContext::DrawingContext(DrawingSurface &s)
128 void DrawingContext::setSource(DrawingSurface *s) {
H A Ddrawing-context.h25 class DrawingSurface;
43 DrawingContext(DrawingSurface &s);
112 void setSource(DrawingSurface *s);
124 DrawingSurface *surface() { return _surface; } // Needed to find scale in drawing-item.cpp
127 DrawingContext(cairo_t *ct, DrawingSurface *surface, bool destroy);
130 DrawingSurface *_surface;
134 friend class DrawingSurface;
H A Ddrawing-pattern.cpp80 // The DrawingSurface class handles the mapping from "logical space"
86 Inkscape::DrawingSurface pattern_surface(pattern_tile, _pattern_resolution);
177 Inkscape::DrawingSurface pattern_surface(pattern_tile, _pattern_resolution);
H A Ddrawing-item.cpp777 DrawingSurface intermediate(*iarea);
824 DrawingSurface bg(*iarea);
/inkscape/src/
H A Dsp-pattern.cpp621 // The DrawingSurface class handles the mapping from "logical space"
637 Inkscape::DrawingSurface pattern_surface(pattern_tile, c.ceil());

Completed in 16 milliseconds