Lines Matching defs:cy
74 this->readAttr("sodipodi:cy");
84 this->readAttr("cy");
90 this->readAttr("cy");
100 // std::cout << " cy: " << cy.write() << std::endl;
108 // There are multiple ways to set internal cx, cy, rx, and ry (via SVG attributes or Sodipodi
130 if( t.read(value) ) cy = t;
131 cy.update( em, ex, h );
200 this->cy.update(em, ex, dy);
269 // << " cy: " << cy.write() << " " << cy.computed
278 repr->setAttribute("cy", NULL );
287 sp_repr_set_svg_length(repr, "sodipodi:cy", cy);
310 sp_repr_set_svg_length(repr, "cy", cy);
315 repr->setAttribute("sodipodi:cy", NULL );
327 sp_repr_set_svg_length(repr, "cy", cy);
332 repr->setAttribute("sodipodi:cy", NULL );
445 Geom::Affine aff = Geom::Scale(rx.computed, ry.computed) * Geom::Translate(cx.computed, cy.computed);
476 Geom::Point pos(Geom::Point(this->cx.computed, this->cy.computed) * xform);
511 this->cy = pos[Geom::Y];
548 double cy = this->cy.computed;
555 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
560 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
618 return Geom::Point::polar(arg) * Geom::Scale(rx.computed, ry.computed) * Geom::Translate(cx.computed, cy.computed);
650 this->cy = y;