Searched refs:GDK_CURRENT_TIME (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/debug/
H A Dgdk-event-latency-tracker.cpp29 if (timestamp == GDK_CURRENT_TIME) {
/inkscape/src/ui/tools/
H A Dzoom-tool.cpp53 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
H A Dtool-base.h86 ((GdkEventMotion *)_event)->time = GDK_CURRENT_TIME;
H A Ddropper-tool.cpp114 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
H A Dspiral-tool.cpp70 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
H A Dstar-tool.cpp74 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
H A Darc-tool.cpp69 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
H A Dbox3d-tool.cpp75 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
H A Drect-tool.cpp68 sp_canvas_item_ungrab(SP_CANVAS_ITEM(this->desktop->acetate), GDK_CURRENT_TIME); local
H A Dtext-tool.cpp107 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
613 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
1106 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
1228 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
H A Dfreehand-base.cpp111 sp_canvas_item_ungrab(this->grab, GDK_CURRENT_TIME);
168 sp_canvas_item_ungrab(this->grab, GDK_CURRENT_TIME);
H A Dselect-tool.cpp121 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
H A Dmeasure-tool.cpp523 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
/inkscape/src/
H A Dknot.cpp136 gdk_device_ungrab(device, GDK_CURRENT_TIME);
141 gdk_pointer_ungrab (GDK_CURRENT_TIME);
/inkscape/src/display/
H A Dcanvas-arena.cpp162 ec.time = GDK_CURRENT_TIME;
H A Dsp-canvas.cpp328 gdk_device_ungrab(device, GDK_CURRENT_TIME);
330 gdk_pointer_ungrab (GDK_CURRENT_TIME);
986 gdk_device_ungrab(device, GDK_CURRENT_TIME);
988 gdk_pointer_ungrab(GDK_CURRENT_TIME);
/inkscape/src/libgdl/
H A Dgdl-dock-item-grip.c303 event->crossing.time = GDK_CURRENT_TIME;

Completed in 71 milliseconds