Lines Matching refs:y1
26 this->y1.unset();
38 this->readAttr( "y1" );
53 this->y1.readOrUnset(value);
84 this->y1.update(em, ex, h);
103 sp_repr_set_svg_double(repr, "y1", this->y1.computed);
120 points[0] = Geom::Point(this->x1.computed, this->y1.computed)*i2dt;
130 points[0] = Geom::Point(this->x1.computed, this->y1.computed);
137 this->y1.computed = points[0][Geom::Y];
151 c->moveto(this->x1.computed, this->y1.computed);