Searched refs:newy (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Darray.cpp42 double newx, newy; local
44 success += sp_svg_number_read_d(strarray[1], &newy);
47 return Geom::Point(newx, newy);
H A Dpoint.cpp90 double newx, newy; local
92 success += sp_svg_number_read_d(strarray[1], &newy);
95 param_setValue( Geom::Point(newx, newy) );
/inkscape/src/
H A Dsp-guide.cpp133 double newx, newy; local
135 success += sp_svg_number_read_d(strarray[1], &newy);
137 if (success == 2 && (fabs(newx) > 1e-6 || fabs(newy) > 1e-6)) {
138 Geom::Point direction(newx, newy);
156 double newx, newy; local
158 success += sp_svg_number_read_d(strarray[1], &newy);
168 newy = newy * vbunit2px;
171 newy = newy * roo
209 double newy = pt1.y(); local
369 double newy = point_on_line.y(); local
[all...]
H A Ddesktop-events.cpp232 double newy = event_dt.y(); local
237 newy = newy * root->viewBox.height() / root->height.computed;
239 sp_repr_set_point(repr, "position", Geom::Point( newx, newy ));
/inkscape/src/xml/
H A Drepr-util.cpp579 double newx, newy; local
581 newy = g_ascii_strtod(strarray[1], NULL);
583 *val = Geom::Point(newx, newy);
/inkscape/src/extension/internal/
H A Dtext_reassemble.c1937 double newx,newy,tmpx; local
1983 newy = 1.25*(bri->rects[tsp->rt_tidx].yur);
1990 sprintf(obuf,"x=\"%f\" y=\"%f\"\n",1.25*(bri->rects[tsp->rt_tidx].xll),newy);
1995 newy = 1.25*(bri->rects[tsp->rt_tidx].yll - tsp->boff);
1996 sprintf(obuf,"<text x=\"%f\" y=\"%f\"\n",newx, newy );
2071 newy = 1.25*(bri->rects[tsp->rt_tidx].yur);
2079 sprintf(obuf,"x=\"%f\" y=\"%f\"\n",newx,newy);
H A Demf-inout.cpp201 double newy = x * d->dc[d->level].worldTransform.eM12/scale + y * d->dc[d->level].worldTransform.eM22/scale; local
203 cxform << y - newy;
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp416 double newx, newy; local
418 success += sp_svg_number_read_d(strarray[1], &newy);
421 Geom::Point point_data(newx, newy);

Completed in 49 milliseconds