Searched refs:DrawingSurface (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-surface.h | 30 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 D | drawing-surface.cpp | 24 * @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 D | drawing-context.cpp | 63 , _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 D | drawing-context.h | 25 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 D | drawing-pattern.cpp | 80 // 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 D | drawing-item.cpp | 777 DrawingSurface intermediate(*iarea); 824 DrawingSurface bg(*iarea);
|
/inkscape/src/ |
H A D | sp-pattern.cpp | 621 // The DrawingSurface class handles the mapping from "logical space" 637 Inkscape::DrawingSurface pattern_surface(pattern_tile, c.ceil());
|
Completed in 16 milliseconds