Lines Matching refs:center
37 center(0, 0),
74 sp_repr_set_svg_double(repr, "sodipodi:cx", this->center[Geom::X]);
75 sp_repr_set_svg_double(repr, "sodipodi:cy", this->center[Geom::Y]);
114 if (!sp_svg_length_read_ldd (value, &unit, NULL, &this->center[Geom::X]) ||
118 this->center[Geom::X] = 0.0;
125 if (!sp_svg_length_read_ldd (value, &unit, NULL, &this->center[Geom::Y]) ||
129 this->center[Geom::Y] = 0.0;
469 sp_star_position_set (SPStar *star, gint sides, Geom::Point center, gdouble r1, gdouble r2, gdouble arg1, gdouble arg2, bool isflat, double rounded, double randomized)
475 star->center = center;
503 p.push_back(Inkscape::SnapCandidatePoint(this->center * i2dt,Inkscape::SNAPSOURCE_OBJECT_MIDPOINT, Inkscape::SNAPTARGET_OBJECT_MIDPOINT));
521 Geom::Point pos( this->center * xform );
544 this->center = pos;
580 Geom::Point xy = star->r[point] * Geom::Point(cos(arg), sin(arg)) + star->center;