Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c61 SDL_Touch *touch; in SDL_GetTouchIndex() local
84 SDL_GetFingerIndex(const SDL_Touch * touch, SDL_FingerID fingerid) in SDL_GetFingerIndex()
96 SDL_GetFinger(const SDL_Touch * touch, SDL_FingerID id) in SDL_GetFinger()
108 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetNumTouchFingers() local
118 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetTouchFinger() local
172 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger()
199 SDL_DelFinger(SDL_Touch* touch, SDL_FingerID fingerid) in SDL_DelFinger()
222 SDL_Touch* touch = SDL_GetTouch(id); in SDL_SendTouch() local
281 SDL_Touch *touch; in SDL_SendTouchMotion() local
335 SDL_Touch *touch = SDL_GetTouch(id); in SDL_DelTouch() local
DSDL_gesture.c155 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveAllDollarTemplates() local
167 SDL_GestureTouch* touch = &SDL_gestureTouch[i]; in SDL_SaveDollarTemplate() local
224 SDL_GestureTouch *touch = NULL; in SDL_LoadDollarTemplates() local
423 static float dollarRecognize(const SDL_DollarPath *path,int *bestTempl,SDL_GestureTouch* touch) in dollarRecognize()
471 int SDL_SendGestureMulti(SDL_GestureTouch* touch,float dTheta,float dDist) in SDL_SendGestureMulti()
484 static int SDL_SendGestureDollar(SDL_GestureTouch* touch, in SDL_SendGestureDollar()
500 static int SDL_SendDollarRecord(SDL_GestureTouch* touch,SDL_GestureID gestureId) in SDL_SendDollarRecord()
/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc49 bool CefMotionEventOSR::OnTouch(const CefTouchEvent& touch) { in OnTouch()
169 bool CefMotionEventOSR::AddTouch(const CefTouchEvent& touch, int id) { in AddTouch()
177 void CefMotionEventOSR::UpdateTouch(const CefTouchEvent& touch, int id) { in UpdateTouch()
183 void CefMotionEventOSR::UpdateCachedAction(const CefTouchEvent& touch, int id) { in UpdateCachedAction()
216 const CefTouchEvent& touch, in GetPointerPropertiesFromTouchEvent()
/third_party/skia/experimental/sktext/editor/
DMouse.cpp17 bool Mouse::isDoubleClick(SkPoint touch) { in isDoubleClick()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c237 struct SDL_WaylandTouch *touch; in Wayland_touch_create() local
255 struct SDL_WaylandTouch *touch = data->touch; in Wayland_touch_destroy() local
DSDL_waylandvideo.h58 struct SDL_WaylandTouch *touch; member
DSDL_waylandtouch.h235 void (*touch)(void *data, member
/third_party/libinput/test/
Dtest-totem.c490 struct litest_device *touch; in START_TEST() local
529 struct litest_device *touch; in START_TEST() local
555 struct litest_device *touch; in START_TEST() local
Dtest-misc.c310 int touch = 0; in START_TEST() local
Dtest-touch.c1341 TEST_COLLECTION(touch) in TEST_COLLECTION() argument
/third_party/mtdev/src/
Dcore.c86 bitmask_t touch) in solve()
123 int size, bitmask_t touch) in assign_tracking_id()
340 bitmask_t touch = 0; in convert_A_to_B() local
/third_party/node/deps/npm/node_modules/lockfile/test/
Dretry-time.js12 var touch = require('touch') variable
Dstale-contention.js6 var touch = require('touch') variable
Dbasic.js5 var touch = require('touch') variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_touchEvent.js63 touch: '[PC preview] unknow Touch', property
/third_party/rust/crates/which-rs/tests/
Dbasic.rs36 fn touch(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in touch() function
82 pub fn touch(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in touch() method
/third_party/node/deps/npm/node_modules/lockfile/
Dpackage.json44 "touch": "0" string
/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py126 def append(self, touch): argument
Dlibinput-measure-touch-size.py120 def append(self, touch): argument
Dlibinput-debug-gui.c79 struct touch { struct
80 enum touch_state state; argument
81 int x, y;
1427 struct touch *touch; in handle_event_touch() local
/third_party/python/Lib/test/
Dtest_ensurepip.py15 def touch(self, directory, filename): member in TestPackages
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DPlatformViewsChannel.java264 void onTouch(@NonNull PlatformViewTouch touch); in onTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c157 HandleTouchEvent(MirTouchEvent const* touch, int device_id, SDL_Window* sdl_window) in HandleTouchEvent()
/third_party/python/Lib/
Dpathlib.py316 def touch(self, path, mode=0o666, exist_ok=True): member in _NormalAccessor
1162 def touch(self, mode=0o666, exist_ok=True): member in Path
/third_party/libinput/src/
Devdev-mt-touchpad-gestures.c302 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction()

12