Searched refs:timestamp (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/debug/
H A Dtimestamp.cpp16 #include "timestamp.h"
22 Util::ptr_shared<char> timestamp() { function in namespace:Inkscape::Debug
24 GTimeVal timestamp; local
25 g_get_current_time(&timestamp);
26 gchar *value = g_strdup_printf( "%d.%06d", static_cast<gint>(timestamp.tv_sec), static_cast<gint>(timestamp.tv_usec) );
H A Dtimestamp.h2 * Inkscape::Debug::timestamp - timestamp strings
21 Util::ptr_shared<char> timestamp();
H A Dgdk-event-latency-tracker.cpp28 guint32 const timestamp=gdk_event_get_time(const_cast<GdkEvent *>(event)); local
29 if (timestamp == GDK_CURRENT_TIME) {
32 double const timestamp_seconds = timestamp / 1000.0;
/inkscape/share/extensions/
H A Ddm2svg.py37 timestamp = 0
53 timestamp = 0
56 # Read the timestamp next
57 timestamp += ord(f.read(1)) * 20
74 svg_element = '<polyline points="%s" dm:timestamp="%s" />' % (points, timestamp)
/inkscape/src/helper/
H A Daction.cpp15 #include "debug/timestamp.h"
105 using Inkscape::Debug::timestamp;
114 _addProperty(share_static_string("timestamp"), timestamp());
/inkscape/src/libavoid/
H A Dmakepath.cpp409 int timestamp = 1; local
436 Node = ANode(curr, timestamp++);
480 Node = ANode(src, timestamp++);
615 Node = ANode((*edge)->otherVert(BestNode.inf), timestamp++);
/inkscape/src/
H A Ddocument-undo.cpp55 #include "debug/timestamp.h"
112 using Inkscape::Debug::timestamp;
123 _addProperty(share_static_string("timestamp"), timestamp());

Completed in 48 milliseconds