Searched refs:my (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeDraw.cpp | 17 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 D | PathOutline.cpp | 711 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 D | Path.h | 297 double mx, my; member in struct:Path::outline_callback_data::__anon406::__anon408
|
H A D | Shape.h | 238 void Plot(double ix, double iy, double ir, double mx, double my, bool doPoint,
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-paned.c | 421 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 D | gdl-dock-item.c | 1280 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 D | FixFiles.bat | 30 my ($cxxtest, $tests); 31 my ($Makefile, $CxxTest_2_Build); 54 my ($data, $output) = @_;
|
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 1386 "<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 D | filter-effects-dialog.cpp | 2061 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