Lines Matching defs:shape
49 #include "sp-shape.h"
152 static void sp_shape_render(SPShape *shape, CairoRenderContext *ctx);
182 static void sp_shape_render(SPShape *shape, CairoRenderContext *ctx)
184 if (!shape->_curve) {
188 Geom::OptRect pbox = shape->geometricBounds();
190 SPStyle* style = shape->style;
192 Geom::PathVector const & pathv = shape->_curve->get_pathvector();
214 if ( shape->_marker[i] ) {
215 SPMarker* marker = shape->_marker[i];
229 if ( !shape->_marker[i] ) continue;
230 SPMarker* marker = shape->_marker[i];
281 if ( shape->_marker[i] ) {
282 SPMarker* marker = shape->_marker[i];
564 SPShape *shape = dynamic_cast<SPShape *>(item);
565 if (shape) {
566 TRACE(("shape\n"));
567 sp_shape_render(shape, ctx);