Home
last modified time | relevance | path

Searched refs:EndStroke (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A DuserInteractors.h75 CameraEndStrokeP EndStroke; member
96 ObjectEndStrokeP EndStroke; member
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwNavigateInteractor.c79 static void EndStroke (tdmInteractor, tdmInteractorReturnP) ;
120 FUNC(I, EndStroke) = EndStroke ; in _dxfCreateNavigator()
493 EndStroke (tdmInteractor I, tdmInteractorReturnP R) in EndStroke() function
H A DhwRotateInteractor.c43 static void EndStroke (tdmInteractor, tdmInteractorReturnP) ;
127 FUNC(I, EndStroke) = EndStroke ; in _dxfCreateRotationInteractor()
230 FUNC(I, EndStroke) = EndStroke ; in _dxfCreateViewRotationInteractor()
406 EndStroke (tdmInteractor I, tdmInteractorReturnP R) in EndStroke() function
H A DhwGroupInteractor.c97 FUNC(I, EndStroke) = NullEndStroke ; in _dxfCreateInteractorGroup()
H A DhwInteractor.h130 void (*EndStroke) (tdmInteractor, tdmInteractorReturnP) ; member
382 #define tdmEndStroke(I,R) {if((I)) (*((I)->EndStroke)) (I,R) ;}
H A DhwZoomInteractor.c88 FUNC(I, EndStroke) = EndZoomStroke ; in _dxfCreateZoomInteractor()
119 FUNC(I, EndStroke) = EndPanZoomStroke ; in _dxfCreatePanZoomInteractor()
H A DhwUserInteractor.c61 FUNC(I, EndStroke) = UserEndStrokeP; in _dxfCreateUserInteractor()
H A DhwWindow.c75 EndStroke(OGLWindow *oglw, WPARAM wParam, LPARAM lParam) in EndStroke() function
121 EndStroke(oglw, wParam, lParam); in ButtonUp()
H A DhwCursorInteractor.c184 FUNC(I, EndStroke) = Deselect ; in _dxfCreateCursorInteractor()
194 FUNC(I, EndStroke) = PickEnd ; in _dxfCreateCursorInteractor()
204 FUNC(I, EndStroke) = Deselect ; in _dxfCreateCursorInteractor()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Input/Inking/
H A Dmod.rs3670 …pub fn EndStroke<'a, Param0: ::windows::runtime::IntoParam<'a, super::PointerPoint>>(&self, pointe… in EndStroke() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs8303 …pub unsafe fn EndStroke(&self, tcid: u32, sid: u32, ppiinkstroke: *mut ::std::option::Option<IInkS… in EndStroke() method