Searched defs:cairo_surface_t (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.h23 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
35 DrawingSurface(cairo_surface_t *surface, Geom::Point const &origin);
47 cairo_surface_t *raw() { return _surface; }
53 cairo_surface_t *_surface;
H A Dcanvas-arena.h31 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
69 void sp_canvas_arena_render_surface (SPCanvasArena *ca, cairo_surface_t *surface, Geom::IntRect const &area);
H A Dnr-filter-slot.h23 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
47 cairo_surface_t *getcairo(int slot);
53 void set(int slot, cairo_surface_t *s);
55 cairo_surface_t *get_result(int slot_nr);
79 typedef std::map<int, cairo_surface_t *> SlotMap;
93 cairo_surface_t *_source_graphic;
102 cairo_surface_t *_get_transformed_source_graphic();
103 cairo_surface_t *_get_transformed_background();
104 cairo_surface_t *_get_fill_paint();
105 cairo_surface_t *_get_stroke_pain
[all...]

Completed in 1055 milliseconds