Searched refs:motion (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformMouseEventGtk.cpp84 PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion) argument
86 m_timestamp = motion->time;
87 m_position = IntPoint((int)motion->x, (int)motion->y);
88 m_globalPosition = IntPoint((int)motion->x_root, (int)motion->y_root);
91 if (motion->state & GDK_SHIFT_MASK)
93 if (motion->state & GDK_CONTROL_MASK)
95 if (motion->state & GDK_MOD1_MASK)
97 if (motion
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DDeviceMotionClientMock.cpp58 void DeviceMotionClientMock::setMotion(PassRefPtr<DeviceMotionData> motion) argument
60 m_motion = motion;
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddragsite.tcl32 bind BwDrag1 <B1-Motion> {DragSite::_begin_drag motion %W %s %X %Y}
34 bind BwDrag2 <B2-Motion> {DragSite::_begin_drag motion %W %s %X %Y}
36 bind BwDrag3 <B3-Motion> {DragSite::_begin_drag motion %W %s %X %Y}
123 motion {
126 # rare cases where the motion comes before the press.
H A Ddynhelp.tcl63 bind BwHelpBalloon <Motion> {DynamicHelp::_motion_balloon motion %W %X %Y}
407 {DynamicHelp::_motion_balloon motion %W %X %Y 1}
430 [list DynamicHelp::_motion_balloon motion $path %X %Y 0 1]
536 set type "motion"
544 if { $type == "motion" } {
549 # Bug 923942 proposes to destroy on motion to remove dynhelp on motion.
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dpython.vim28 fun! <SID>Python_jump(motion) range
33 silent! exe a:motion
H A Dvhdl.vim74 " explore motion
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DWebViewTest.cpp252 event->motion.x = x;
253 event->motion.y = y;
255 event->motion.time = GDK_CURRENT_TIME;
256 event->motion.window = gtk_widget_get_window(viewWidget);
257 g_object_ref(event->motion.window);
258 event->motion.device = gdk_device_manager_get_client_pointer(gdk_display_get_device_manager(gtk_widget_get_display(viewWidget)));
259 event->motion.state = mouseModifiers;
260 event->motion.axes = 0;
264 event->motion.x_root = xRoot;
265 event->motion
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DWebEventFactory.cpp76 if (event->motion.state & GDK_BUTTON1_MASK)
78 else if (event->motion.state & GDK_BUTTON2_MASK)
80 else if (event->motion.state & GDK_BUTTON3_MASK)
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventData.h455 IOHIDMotionEventData * motion = (IOHIDMotionEventData*)eventData; \
460 value = IOHIDEventValueFloat(motion->position.x, isFixed); \
465 value = IOHIDEventValueFloat(motion->position.y, isFixed); \
470 value = IOHIDEventValueFloat(motion->position.z, isFixed); \
475 value = motion->motionType; \
480 value = motion->motionSubType; \
485 value = motion->motionSequence; \
997 IOHIDMotionEventData * motion = (IOHIDMotionEventData*)eventData; \
1002 motion->position.x = IOHIDEventValueFixed(value, isFixed); \
1007 motion
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c116 int lastmotion; /* last motion */
123 int repeat; /* repeat count for motion cmds */
124 int lastrepeat; /* last repeat count for motion cmds */
1179 /*{ DELMOTION( motion, mode )
1181 * Delete thru motion.
1191 static int delmotion(Vi_t *vp,int motion, int mode) argument
1202 /*** fake out the motion routines by appending a blank ***/
1205 end = mvcursor(vp,motion);
1211 if( mode=='c' && end>begin && strchr("wW", motion) )
1225 if( strchr("eE;,TtFf%", motion) )
1591 mvcursor(register Vi_t* vp,register int motion) argument
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_macosx.m69 * 1. motion type (NSNumber)
87 /* Use NSStringPboardType. The motion type is set to line-wise if the
185 NSNumber *motion = [NSNumber numberWithInt:motion_type];
186 NSArray *plist = [NSArray arrayWithObjects:motion, string, nil];
H A Dgui_beval.c506 if (event->motion.is_hint)
520 pointer_event(beval, (int)event->motion.x,
521 (int)event->motion.y,
522 event->motion.state);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl6 # motion through the start and end - it can jump through the gap
88 variable motion
160 set motion 0
287 set motion 1
292 set motion 0
297 if {! $motion} { return }
H A Dvoltmeter.tcl81 variable motion
161 set motion 0
257 set motion 1
262 set motion 0
267 if {! $motion} { return }
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Drandom.rb228 @Priv[:drag, :motion] = 0
266 unless @Priv.bool_element(:drag, :motion)
280 @Priv[:drag,:motion] = true
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Drandom.tcl192 set Priv(drag,motion) 0
237 if {!$Priv(drag,motion)} {
256 set Priv(drag,motion) 1
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.cpp967 // this ensures that we do an absolute motion to the beginning of a line
979 } motion = NONE;
989 motion = ABSOLUTE;
992 motion = RELATIVE_H;
994 if (motion != NONE)
995 motion = RELATIVE_HV;
997 motion = RELATIVE_V;
1026 sym[0] = command_array[motion*4 + space_flag + 2*(sbuf_kern != 0)];
1028 switch (motion) {
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-hist.el809 (motion (if (> arg 0) 1 -1))
810 (n (mod (- (or start (eshell-search-start arg)) motion) len))
818 n (mod (+ n motion) len))
822 (setq n (mod (+ n motion) len)
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.osf1r5143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
235 col_addr_glitch xhpa bool YA - - ----- only positive motion for hpa/mhpa caps
247 row_addr_glitch xvpa bool YD - - ----- only positive motion for vpa/mvpa caps
589 enter_leftward_mode slm str ZI - - ----- Start leftward carriage motion
590 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
598 enter_upward_mode sum str ZP - - ----- Start upward carriage motion
603 exit_leftward_mode rlm str ZS - - ----- End left-motion mode
604 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
610 exit_upward_mode rum str ZX - - ----- End reverse character motion
771 zero_motion zerom str Zx - - ----- No motion fo
[all...]
H A DCaps.keys145 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
244 col_addr_glitch xhpa bool YA - - ----- only positive motion for hpa/mhpa caps
247 row_addr_glitch xvpa bool YD - - ----- only positive motion for vpa/mvpa caps
736 enter_leftward_mode slm str ZI - - ----- Start leftward carriage motion
737 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
743 enter_upward_mode sum str ZP - - ----- Start upward carriage motion
746 exit_leftward_mode rlm str ZS - - ----- End left-motion mode
747 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
751 exit_upward_mode rum str ZX - - ----- End reverse character motion
777 zero_motion zerom str Zx - - ----- No motion fo
[all...]
H A DCaps143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
242 col_addr_glitch xhpa bool YA - - ----- only positive motion for hpa/mhpa caps
245 row_addr_glitch xvpa bool YD - - ----- only positive motion for vpa/mvpa caps
646 enter_leftward_mode slm str ZI - - ----- Start leftward carriage motion
647 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
653 enter_upward_mode sum str ZP - - ----- Start upward carriage motion
656 exit_leftward_mode rlm str ZS - - ----- End left-motion mode
657 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
661 exit_upward_mode rum str ZX - - ----- End reverse character motion
687 zero_motion zerom str Zx - - ----- No motion fo
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl166 set Priv(drag,motion) 0
296 if {!$Priv(drag,motion)} {
313 set Priv(drag,motion) 1
404 if {$Priv(drag,motion)} {
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.cpp838 position motion; local
841 motion.y = p->height()/2.0;
844 motion.y = -p->height()/2.0;
847 motion.x = -p->width()/2.0;
850 motion.x = p->width()/2.0;
868 pos += motion;
871 pos += motion;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl367 tablelist::motion $tablelist::W \
1032 motion $win [::$win nearest $priv(y)] [::$win nearestcolumn $priv(x)]
1057 # tablelist::motion
1059 # This procedure is called to process mouse motion events in the body of a
1063 proc tablelist::motion {win row col} {
1122 # This procedure is called to process mouse motion events in the body of a
1313 motion $win $row $col
1676 motion $win $data(activeRow) -1
1692 motion $win $data(activeRow) $data(activeCol)
1728 motion
[all...]
/macosx-10.9.5/vim-53/runtime/doc/
H A DMakefile59 motion.txt \
191 motion.html \

Completed in 198 milliseconds

12