Searched refs:offsety (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-perspective_path.h | 52 ScalarParam offsety; member in class:Inkscape::LivePathEffect::LPEPerspectivePath
|
H A D | lpe-perspective_path.cpp | 55 offsety(_("Offset y"), _("Offset in y direction"), "offsety", &wr, this, 0.0), 62 registerParameter( dynamic_cast<Parameter *>(&offsety) ); 153 path_a_pw = path_a_pw + Geom::Point(offsetx, -offsety); 269 lpe->offsety.param_set_value(-(s - origin)[Geom::Y]); // additional minus sign is due to coordinate system flipping 279 return lpe->orig + Geom::Point(lpe->offsetx, -lpe->offsety);
|
/inkscape/src/display/ |
H A D | canvas-text.cpp | 104 double offsety = s[Geom::Y] - cl->anchor_offset_y - buf->rect.top(); local 106 cairo_move_to(buf->ct, round(offsetx), round(offsety));
|
H A D | curve.cpp | 602 Geom::Piecewise<Geom::SBasis> offsety = (arclength*-1.+1)*A[1] + arclength*B[1]; local 603 Geom::Piecewise<Geom::D2<Geom::SBasis> > offsetpath = Geom::sectionize( Geom::D2<Geom::Piecewise<Geom::SBasis> >(offsetx, offsety) );
|
Completed in 18 milliseconds