Searched refs:sp_shape (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp297 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item)); local
298 if (sp_shape) {
299 Geom::Path const *path_in = sp_shape->getCurveBeforeLPE()->first_path();
326 SPShape const *sp_shape = dynamic_cast<SPShape const *>(SP_LPE_ITEM(item)); local
327 if (sp_shape) {
328 Geom::Path const *path_in = sp_shape->getCurveBeforeLPE()->first_path();
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp307 SPShape *sp_shape = dynamic_cast<SPShape *>(lpeitem); local
308 if (sp_shape) {
309 guint previous_curve_length = sp_shape->getCurve()->get_segment_count();
313 guint curve_length = sp_shape->getCurve()->get_segment_count();
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp332 SPShape *sp_shape = dynamic_cast<SPShape *>(item); local
333 if (sp_shape) {
334 curve = sp_shape->getCurve();

Completed in 3019 milliseconds