Searched defs:render (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-primitive.h | 34 virtual int render(FilterSlot & /*slot*/, FilterUnits const & /*units*/) { return 0; } // pure virtual? function in class:Inkscape::Filters::FilterPrimitive
|
H A D | sodipodi-ctrlrect.cpp | 44 item_class->render = sp_ctrlrect_render; 62 SP_CTRLRECT(item)->render(buf); 93 void CtrlRect::render(SPCanvasBuf *buf) function in class:CtrlRect
|
H A D | sp-canvas-item.h | 92 void (* render) (SPCanvasItem *item, SPCanvasBuf *buf); member in struct:_SPCanvasItemClass
|
H A D | drawing.cpp | 170 Drawing::render(DrawingContext &dc, Geom::IntRect const &area, unsigned flags) function in class:Inkscape::Drawing 173 _root->render(dc, area, flags);
|
H A D | nr-filter.cpp | 101 int Filter::render(Inkscape::DrawingItem const *item, DrawingContext &graphic, DrawingContext *bgdc) function in class:Inkscape::Filters::Filter
|
H A D | drawing-item.cpp | 622 * during the render phase. The transformation is deferred because 634 // entering the canvas) is handled during the render phase 643 // unless filtered, groups do not need to render by themselves, only their members 674 * function, _renderItem(), to render e.g. paths or bitmaps. 679 DrawingItem::render(DrawingContext &dc, Geom::IntRect const &area, unsigned flags, DrawingItem *stop_at) function in class:Inkscape::DrawingItem 708 // render from cache if possible 768 // Note 2: We only need to render carea of clip and mask, but 800 _mask->render(ict, *carea, flags); 826 bg_root->render(bgdc, *iarea, flags | RENDER_FILTER_BACKGROUND, this); 827 _filter->render(thi [all...] |
H A D | sp-canvas.cpp | 107 static void render(SPCanvasItem *item, SPCanvasBuf *buf); 750 item_class->render = SPCanvasGroup::render; 850 void SPCanvasGroup::render(SPCanvasItem *item, SPCanvasBuf *buf) function in class:SPCanvasGroup 861 if (SP_CANVAS_ITEM_GET_CLASS(child)->render) { 862 SP_CANVAS_ITEM_GET_CLASS(child)->render(child, buf); 1561 SP_CANVAS_ITEM_GET_CLASS(_root)->render(_root, &buf);
|
/inkscape/src/extension/internal/ |
H A D | cairo-renderer.cpp | 65 #include "cairo-render-context.h" 127 // create initial render state 144 Here comes the rendering part which could be put into the 'render' methods of SPItems' 161 bool render = true; local 166 render = false; // stroke width zero and marker is thus scaled down to zero, skip 170 if (render) { 751 // render this item in clippath
|
Completed in 1240 milliseconds