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

/inkscape/src/display/
H A Dnr-filter-slot.h32 class FilterSlot { class in namespace:Inkscape::Filters
34 /** Creates a new FilterSlot object. */
35 FilterSlot(DrawingItem *item, DrawingContext *bgdc,
37 /** Destroys the FilterSlot object and all its contents */
38 virtual ~FilterSlot();
H A Dnr-filter-slot.cpp28 FilterSlot::FilterSlot(DrawingItem *item, DrawingContext *bgdc, function in class:Inkscape::Filters::FilterSlot
59 FilterSlot::~FilterSlot()
66 cairo_surface_t *FilterSlot::getcairo(int slot_nr)
130 cairo_surface_t *FilterSlot::_get_transformed_source_graphic()
155 cairo_surface_t *FilterSlot::_get_transformed_background()
182 cairo_surface_t *FilterSlot::get_result(int res)
210 void FilterSlot::_set_internal(int slot_nr, cairo_surface_t *surface)
224 void FilterSlot
[all...]

Completed in 14 milliseconds