Searched refs:SP_GENERICELLIPSE (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-ellipse.h23 #define SP_GENERICELLIPSE(obj) (dynamic_cast<SPGenericEllipse*>(obj)) macro
H A Dsp-lpe-item.cpp444 SP_GENERICELLIPSE(this)->write( this->getRepr()->document(), this->getRepr(), SP_OBJECT_WRITE_EXT );
509 SP_GENERICELLIPSE(this)->write( this->getRepr()->document(), this->getRepr(), SP_OBJECT_WRITE_EXT );
526 SP_GENERICELLIPSE(this)->write(this->getRepr()->document(), this->getRepr(), SP_OBJECT_WRITE_EXT);
H A Dsp-mesh-array.cpp1106 SPGenericEllipse* arc = SP_GENERICELLIPSE( item );
1180 SPGenericEllipse* arc = SP_GENERICELLIPSE( item );
/inkscape/src/ui/dialog/
H A Dpolar-arrange-tab.cpp317 referenceEllipse = SP_GENERICELLIPSE(item);
321 referenceEllipse = SP_GENERICELLIPSE(item);
/inkscape/src/ui/tools/
H A Darc-tool.cpp343 this->arc = SP_GENERICELLIPSE(desktop->currentLayer()->appendChildRepr(repr));
/inkscape/src/widgets/
H A Darc-toolbar.cpp105 SPGenericEllipse *ge = SP_GENERICELLIPSE(item);

Completed in 162 milliseconds