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

/inkscape/src/display/
H A Dnr-filter-slot.cpp29 DrawingContext &graphic, FilterUnits const &u)
31 , _source_graphic(graphic.rawTarget())
33 , _source_graphic_area(graphic.targetLogicalBounds().roundOutwards()) // fixme
45 Geom::Rect bbox_trans = graphic.targetLogicalBounds() * trans;
28 FilterSlot(DrawingItem *item, DrawingContext *bgdc, DrawingContext &graphic, FilterUnits const &u) argument
H A Dnr-filter.cpp101 int Filter::render(Inkscape::DrawingItem const *item, DrawingContext &graphic, DrawingContext *bgdc) argument
104 // when no primitives are defined, clear source graphic
105 graphic.setSource(0,0,0,0);
106 graphic.setOperator(CAIRO_OPERATOR_SOURCE);
107 graphic.paint();
108 graphic.setOperator(CAIRO_OPERATOR_OVER);
128 // zero resolution - clear source graphic and return
129 graphic.setSource(0,0,0,0);
130 graphic.setOperator(CAIRO_OPERATOR_SOURCE);
131 graphic
153 FilterSlot slot(const_cast<Inkscape::DrawingItem*>(item), bgdc, graphic, units); local
[all...]

Completed in 16 milliseconds