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

12

/macosx-10.10/WebCore-7600.1.25/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.10/WebCore-7600.1.25/platform/mock/
H A DDeviceMotionClientMock.cpp58 void DeviceMotionClientMock::setMotion(PassRefPtr<DeviceMotionData> motion) argument
60 m_motion = motion;
/macosx-10.10/tcl-105/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.10/vim-55/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.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DPageClientImpl.cpp346 pointerEvent->motion.time = touchEvent->touch.time;
347 pointerEvent->motion.x = touchEvent->touch.x;
348 pointerEvent->motion.y = touchEvent->touch.y;
349 pointerEvent->motion.x_root = touchEvent->touch.x_root;
350 pointerEvent->motion.y_root = touchEvent->touch.y_root;
351 pointerEvent->motion.state = touchEvent->touch.state | GDK_BUTTON1_MASK;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c111 int lastmotion; /* last motion */
118 int repeat; /* repeat count for motion cmds */
119 int lastrepeat; /* last repeat count for motion cmds */
1177 /*{ DELMOTION( motion, mode )
1179 * Delete thru motion.
1189 static int delmotion(Vi_t *vp,int motion, int mode) argument
1200 /*** fake out the motion routines by appending a blank ***/
1203 end = mvcursor(vp,motion);
1209 if( mode=='c' && end>begin && strchr("wW", motion) )
1223 if( strchr("eE;,TtFf%", motion) )
1596 mvcursor(register Vi_t* vp,register int motion) argument
[all...]
/macosx-10.10/vim-55/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.10/WebKit2-7600.1.25/Shared/gtk/
H A DWebEventFactory.cpp77 if (event->motion.state & GDK_BUTTON1_MASK)
79 else if (event->motion.state & GDK_BUTTON2_MASK)
81 else if (event->motion.state & GDK_BUTTON3_MASK)
/macosx-10.10/tcl-105/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.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventData.h511 IOHIDMotionEventData * motion = (IOHIDMotionEventData*)eventData; \
516 value = IOHIDEventValueFloat(motion->position.x, isFixed); \
521 value = IOHIDEventValueFloat(motion->position.y, isFixed); \
526 value = IOHIDEventValueFloat(motion->position.z, isFixed); \
531 value = motion->motionType; \
536 value = motion->motionSubType; \
541 value = motion->motionSequence; \
1125 IOHIDMotionEventData * motion = (IOHIDMotionEventData*)eventData; \
1130 motion->position.x = IOHIDEventValueFixed(value, isFixed); \
1135 motion
[all...]
/macosx-10.10/ruby-106/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.10/tcl-105/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.10/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.10/emacs-93/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.10/ncurses-44/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.10/tcl-105/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.10/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.10/tcl-105/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.10/vim-55/runtime/doc/
H A DMakefile59 motion.txt \
191 motion.html \

Completed in 194 milliseconds

12