Searched refs:my (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/livarot/
H A DShapeDraw.cpp17 Shape::Plot (double ix, double iy, double ir, double mx, double my, bool doPoint, argument
56 double pv=(getPoint(i).x[1]-iy)*ir+my;
63 double pv=(getPoint(i).x[1]-iy)*ir+my;
75 double sv=(getPoint(stP).x[1]-iy)*ir+my;
77 double ev=(getPoint(enP).x[1]-iy)*ir+my;
93 double sv=(getPoint(stP).x[1]-iy)*ir+my;
95 double ev=(getPoint(enP).x[1]-iy)*ir+my;
H A DPathOutline.cpp711 callsData.d.b.my = midX[1];
769 callsData.d.b.my = cx[1];
799 callsData.d.b.my = cx[1];
1395 PathDescrIntermBezierTo tempi(Geom::Point(data->d.b.mx, data->d.b.my));
H A DPath.h297 double mx, my; member in struct:Path::outline_callback_data::__anon406::__anon408
H A DShape.h238 void Plot(double ix, double iy, double ir, double mx, double my, bool doPoint,
/inkscape/src/libgdl/
H A Dgdl-dock-paned.c421 GtkRequisition my, other; local
425 gdl_dock_item_preferred_size (GDL_DOCK_ITEM (object), &my); local
447 divider = MAX (0, my.width - other.width);
456 divider = MAX (0, my.height - other.height);
491 divider = MAX (0, my.height - other.height);
502 divider = MAX (0, my.width - other.width);
H A Dgdl-dock-item.c1280 GtkRequisition my, other; local
1285 gdl_dock_item_preferred_size (GDL_DOCK_ITEM (object), &my); local
1299 divider = MAX (0, my.width - other.width);
1307 divider = MAX (0, my.height - other.height);
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat30 my ($cxxtest, $tests);
31 my ($Makefile, $CxxTest_2_Build);
54 my ($data, $output) = @_;
/inkscape/src/extension/internal/filter/
H A Dcolor.h1386 "<param name=\"my\" gui-text=\"" N_("Y") "\" type=\"float\" indent=\"1\" appearance=\"full\" precision=\"2\" min=\"-100.\" max=\"100.\">7</param>\n"
1416 std::ostringstream my; local
1428 my << ext->get_param_float("my");
1452 mx.str().c_str(), my.str().c_str(),
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2061 int mx, my; local
2068 get_bin_window()->get_device_position(device, mx, my, mask);
2070 get_bin_window()->get_pointer(mx, my, mask);
2100 inside = do_connection_node(row, i, con_poly, mx, my);
2134 inside = do_connection_node(row, 0, con_poly, mx, my);
2164 inside = do_connection_node(row, 1, con_poly, mx, my);
2203 cr->line_to(mx, my);

Completed in 1050 milliseconds