Searched refs:SPShape (Results 1 - 25 of 41) sorted by relevance

12

/inkscape/src/
H A Dsp-polyline.cpp23 SPPolyLine::SPPolyLine() : SPShape() {
30 SPShape::build(document, repr);
101 SPShape::set(key, value);
115 SPShape::write(xml_doc, repr, flags);
H A Dsp-shape.h25 #define SP_SHAPE(obj) (dynamic_cast<SPShape*>((SPObject*)obj))
26 #define SP_IS_SHAPE(obj) (dynamic_cast<const SPShape*>((SPObject*)obj) != NULL)
37 class SPShape : public SPLPEItem { class in inherits:SPLPEItem
39 SPShape();
40 virtual ~SPShape();
H A Dsp-polygon.h21 class SPPolygon : public SPShape {
H A Dsp-polyline.h9 class SPPolyLine : public SPShape {
H A Dsp-polygon.cpp25 SPPolygon::SPPolygon() : SPShape() {
34 SPShape::build(document, repr);
79 SPShape::write(xml_doc, repr, flags);
166 SPShape::set(key, value);
H A Dsp-line.cpp24 SPLine::SPLine() : SPShape() {
35 SPShape::build(document, repr);
68 SPShape::set(key, value);
90 SPShape::update(ctx, flags);
107 SPShape::write(xml_doc, repr, flags);
H A Dsp-line.h23 class SPLine : public SPShape {
H A Dsp-path.cpp115 SPPath::SPPath() : SPShape(), connEndPair(this) {
130 SPShape::build(document, repr);
186 SPShape::release();
241 SPShape::set(key, value);
275 SPShape::write(xml_doc, repr, flags);
285 SPShape::update(ctx, flags);
H A Dsp-shape.cpp56 static void sp_shape_update_marker_view (SPShape *shape, Inkscape::DrawingItem *ai);
58 SPShape::SPShape() : SPLPEItem() { function in class:SPShape
67 SPShape::~SPShape() {
74 void SPShape::build(SPDocument *document, Inkscape::XML::Node *repr) {
93 void SPShape::release() {
118 void SPShape::set(unsigned int key, const gchar* value) {
123 Inkscape::XML::Node* SPShape::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
128 void SPShape
[all...]
H A Dsp-ellipse.h33 class SPGenericEllipse : public SPShape {
H A Dsp-offset.h31 * SPOffset is a derivative of SPShape, much like the SPSpiral or SPRect.
52 class SPOffset : public SPShape {
H A Dsp-path.h30 class SPPath : public SPShape {
H A Dknotholder.cpp132 SPShape *savedShape = dynamic_cast<SPShape *>(saved_item);
196 SPShape *shape = dynamic_cast<SPShape *>(item);
H A Dsp-spiral.cpp32 : SPShape()
47 SPShape::build(document, repr);
90 SPShape::write(xml_doc, repr, flags | SP_SHAPE_WRITE_PATH);
188 SPShape::set(key, value);
198 SPShape::update(ctx, flags);
412 SPShape::snappoints(p, &local_snapprefs);
H A Dsp-rect.h25 class SPRect : public SPShape {
H A Dsp-spiral.h42 class SPSpiral : public SPShape {
H A Dsp-ellipse.cpp46 : SPShape()
103 SPShape::build(document, repr);
182 SPShape::set(key, value);
207 SPShape::update(ctx, flags);
348 SPShape::write(xml_doc, repr, flags);
586 SPShape::modified(flags);
H A Dsp-rect.cpp35 SPRect::SPRect() : SPShape() {
42 SPShape::build(doc, repr);
107 SPShape::set(key, value);
132 SPShape::update(ctx, flags);
155 SPShape::write(xml_doc, repr, flags);
514 SPShape::convert_to_guides();
H A Dsp-star.cpp52 SPShape::build(document, repr);
92 SPShape::write(xml_doc, repr, flags);
210 SPShape::set(key, value);
224 SPShape::update(ctx, flags);
499 SPShape::snappoints(p, &local_snapprefs);
H A Dsp-offset.cpp49 * SPOffset is a derivative of SPShape, much like the SPSpiral or SPRect.
90 SPOffset::SPOffset() : SPShape() {
117 SPShape::build(document, repr);
196 SPShape::write(xml_doc, repr, flags | SP_SHAPE_WRITE_PATH);
222 SPShape::release();
305 SPShape::set(key, value);
326 SPShape::update(ctx, flags);
683 SPShape::snappoints(p, snapprefs);
1115 // le mauvais cas: pas d'attribut d => il faut verifier que c'est une SPShape puis prendre le contour
1116 // The bad case: no d attribute. Must check that it's an SPShape an
[all...]
/inkscape/src/trace/
H A Dtrace.h240 std::vector<SPShape *> sioxShapes;
/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp297 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item));
326 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item));
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp254 SPShape * shape = dynamic_cast<SPShape *>(lpeitem);
307 SPShape *sp_shape = dynamic_cast<SPShape *>(lpeitem);
/inkscape/src/display/
H A Dnr-svgfonts.cpp359 SPShape *shape = dynamic_cast<SPShape *>(item);
/inkscape/src/extension/internal/
H A Djavafx-out.cpp474 SPShape *shape = SP_SHAPE(item);
614 SPShape *shape = SP_SHAPE(item);
788 SPShape *shape = SP_SHAPE(item);

Completed in 42 milliseconds

12