/inkscape/cxxtest/sample/mock/ |
H A D | MockStdlib.h | 25 time_t time( time_t *t ) function in class:MockStdlib
|
/inkscape/share/extensions/ |
H A D | tar_layers.py | 30 import time namespace 90 info.mtime = calendar.timegm(time.gmtime())
|
H A D | gcodetools.py | 78 import time namespace 1901 time_ = time.time() 2080 print_("Offset prepared the path in %s"%(time.time()-time_)) 2082 time_ = time.time() 2126 print_("Offsetted path in %s"%(time.time()-time_)) 2127 time_ = time [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-roughen.cpp | 252 double time = Geom::nearest_time(original->pointAt((1. / (double)splits) * t), *nCurve->last_segment()); local 253 tmp = addNodesAndJitter(nCurve->last_segment(), prev, last_move, time, last);
|
/inkscape/src/libavoid/ |
H A D | makepath.cpp | 58 ANode(VertInf *vinf, int time) argument 64 timeStamp(time)
|
/inkscape/src/widgets/ |
H A D | sp-xmlview-tree.cpp | 55 void on_drag_data_received(GtkWidget *wgt, GdkDragContext *context, int x, int y, GtkSelectionData *seldata, guint info, guint time, gpointer userdata); 56 gboolean do_drag_motion(GtkWidget *widget, GdkDragContext *context, gint x, gint y, guint time, gpointer user_data); 354 GtkSelectionData * /*seldata*/, guint /*info*/, guint /*time*/, 558 gboolean do_drag_motion(GtkWidget *widget, GdkDragContext *context, gint x, gint y, guint time, gpointer user_data) argument 588 gdk_drag_status (context, (GdkDragAction)action, time);
|
/inkscape/src/live_effects/parameter/ |
H A D | filletchamferpointarray.cpp | 5 * Also su_v for his construvtive feedback and time 646 double FilletChamferPointArrayParam::time_to_len(int index, double time) argument 650 time = modf(time, &intpart); 652 if (last_pwd2.size() <= (unsigned) index || time == 0) { 659 u = portion(u, 0, time); 663 return (time * lenghtPart) * -1;
|
/inkscape/src/ui/dialog/ |
H A D | ocaldialogs.cpp | 447 Glib::ustring time) 451 label_time->set_markup(g_markup_printf_escaped("<small>%s</small>", time.c_str())); 446 set_metadata(Glib::ustring description, Glib::ustring creator, Glib::ustring time) argument
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 35 * Find circle that touches inside of the curve, with radius matching the curvature, at time value \c t. 44 if ( are_near(L2sq(dM(t)),0.) ) { // try second time 721 void get_cubic_data(Geom::CubicBezier const& bez, double time, double& len, double& rad) argument 724 std::vector<Geom::Point> derivs = bez.pointAndDerivatives(time, 3); 737 Geom::Point der3 = derivs.at(3); // try second time 969 // Do two curves at a time for efficiency, since the join function needs to know the outgoing curve as well
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-item.c | 118 guint32 time); 724 "but it can only contain one widget at a time; " 1190 gdl_dock_item_popup_menu (item, event->button, event->time); 1619 guint32 time) 1654 button, time); 1726 gdl_dock_item_popup_menu (item, event->button, event->time); 1617 gdl_dock_item_popup_menu(GdlDockItem *item, guint button, guint32 time) argument
|
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 682 guint32 time) 699 cursor, time); local 706 NULL, cursor, time); 739 set_cross_grab (wheel, event->time); 757 set_cross_grab (wheel, event->time); 810 event->time); 813 event->time); 681 set_cross_grab(GimpColorWheel *wheel, guint32 time) argument
|