Lines Matching refs:shape
252 out("import javafx.scene.shape.*;\n");
474 SPShape *shape = SP_SHAPE(item);
475 if (shape->_curve->is_empty()) {
489 if (!doStyle(shape->style)) {
496 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
614 SPShape *shape = SP_SHAPE(item);
615 SPCurve *curve = shape->curve;
629 if (!doStyle(shape->style)) {
788 SPShape *shape = SP_SHAPE(item);
789 SPCurve *curve = shape->_curve;