Searched refs:GDK_CURRENT_TIME (Results 1 - 17 of 17) sorted by relevance
/inkscape/src/debug/ |
H A D | gdk-event-latency-tracker.cpp | 29 if (timestamp == GDK_CURRENT_TIME) {
|
/inkscape/src/ui/tools/ |
H A D | zoom-tool.cpp | 53 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
|
H A D | tool-base.h | 86 ((GdkEventMotion *)_event)->time = GDK_CURRENT_TIME;
|
H A D | dropper-tool.cpp | 114 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
|
H A D | spiral-tool.cpp | 70 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
|
H A D | star-tool.cpp | 74 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
|
H A D | arc-tool.cpp | 69 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
|
H A D | box3d-tool.cpp | 75 sp_canvas_item_ungrab(SP_CANVAS_ITEM(desktop->acetate), GDK_CURRENT_TIME);
|
H A D | rect-tool.cpp | 68 sp_canvas_item_ungrab(SP_CANVAS_ITEM(this->desktop->acetate), GDK_CURRENT_TIME); local
|
H A D | text-tool.cpp | 107 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 D | freehand-base.cpp | 111 sp_canvas_item_ungrab(this->grab, GDK_CURRENT_TIME); 168 sp_canvas_item_ungrab(this->grab, GDK_CURRENT_TIME);
|
H A D | select-tool.cpp | 121 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
|
H A D | measure-tool.cpp | 523 sp_canvas_item_ungrab(this->grabbed, GDK_CURRENT_TIME);
|
/inkscape/src/ |
H A D | knot.cpp | 136 gdk_device_ungrab(device, GDK_CURRENT_TIME); 141 gdk_pointer_ungrab (GDK_CURRENT_TIME);
|
/inkscape/src/display/ |
H A D | canvas-arena.cpp | 162 ec.time = GDK_CURRENT_TIME;
|
H A D | sp-canvas.cpp | 328 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 D | gdl-dock-item-grip.c | 303 event->crossing.time = GDK_CURRENT_TIME;
|
Completed in 42 milliseconds