Searched refs:setCenter (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/2geom/
H A Dellipse.h107 void setCenter(Point const &p) { _center = p; } function in class:Geom::Ellipse
109 void setCenter(Coord cx, Coord cy) { _center[X] = cx; _center[Y] = cy; } function in class:Geom::Ellipse
H A Delliptical-arc.cpp245 result->_ellipse.setCenter(0, 0);
266 ea->_ellipse.setCenter(0, 0);
632 _ellipse.setCenter(initialPoint());
644 _ellipse.setCenter(mid);
663 _ellipse.setCenter(mid);
677 _ellipse.setCenter(c * rot + mid);
679 _ellipse.setCenter(mid);
762 _ellipse.setCenter(middle_point(_initial_point, _final_point));
H A Dcircle.h81 void setCenter(Point const &p) { _center = p; } function in class:Geom::Circle
/inkscape/src/
H A Dseltrans.h58 void setCenter(Geom::Point const &p);
H A Dsp-item.h202 void setCenter(Geom::Point const &object_centre);
H A Dsp-item-transform.cpp36 item->setCenter(center * affine);
64 item->setCenter(center * affine);
H A Dseltrans.cpp237 void Inkscape::SelTrans::setCenter(Geom::Point const &p) function in class:Inkscape::SelTrans
246 it->setCenter(p);
461 currentItem->setCenter (_items_centers[i] * _current_relative_affine);
568 copy_item->setCenter(*_center * _current_relative_affine);
782 setCenter(*position);
H A Dsp-item.cpp233 void SPItem::setCenter(Geom::Point const &object_centre) { function in class:SPItem
H A Dselection-chemistry.cpp1711 item->setCenter(old_center * affine);
/inkscape/src/ui/tools/
H A Dstar-tool.cpp427 this->star->setCenter(this->center);
H A Dspray-tool.cpp139 item->setCenter(c);
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp283 inner_circle.setCenter( center_new[0].point() );
490 circle1.setCenter(Geom::Point(0,std::numeric_limits<float>::infinity()));
495 circle2.setCenter(Geom::Point(0,std::numeric_limits<float>::infinity()));
/inkscape/src/ui/dialog/
H A Dpolar-arrange-tab.cpp181 item->setCenter(center * affine);
H A Dclonetiler.cpp2650 item->setCenter(desktop->doc2dt(new_center));

Completed in 705 milliseconds