/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch.c | 61 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
|
D | SDL_gesture.c | 155 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/ |
D | motion_event_osr.cc | 49 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/ |
D | Mouse.cpp | 17 bool Mouse::isDoubleClick(SkPoint touch) { in isDoubleClick()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 237 struct SDL_WaylandTouch *touch; in Wayland_touch_create() local 255 struct SDL_WaylandTouch *touch = data->touch; in Wayland_touch_destroy() local
|
D | SDL_waylandvideo.h | 58 struct SDL_WaylandTouch *touch; member
|
D | SDL_waylandtouch.h | 235 void (*touch)(void *data, member
|
/third_party/libinput/test/ |
D | test-totem.c | 490 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
|
D | test-misc.c | 310 int touch = 0; in START_TEST() local
|
D | test-touch.c | 1341 TEST_COLLECTION(touch) in TEST_COLLECTION() argument
|
/third_party/mtdev/src/ |
D | core.c | 86 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/ |
D | retry-time.js | 12 var touch = require('touch') variable
|
D | stale-contention.js | 6 var touch = require('touch') variable
|
D | basic.js | 5 var touch = require('touch') variable
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimodalInput_touchEvent.js | 63 touch: '[PC preview] unknow Touch', property
|
/third_party/rust/crates/which-rs/tests/ |
D | basic.rs | 36 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/ |
D | package.json | 44 "touch": "0" string
|
/third_party/libinput/tools/ |
D | libinput-measure-touchpad-pressure.py | 126 def append(self, touch): argument
|
D | libinput-measure-touch-size.py | 120 def append(self, touch): argument
|
D | libinput-debug-gui.c | 79 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/ |
D | test_ensurepip.py | 15 def touch(self, directory, filename): member in TestPackages
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | PlatformViewsChannel.java | 264 void onTouch(@NonNull PlatformViewTouch touch); in onTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirevents.c | 157 HandleTouchEvent(MirTouchEvent const* touch, int device_id, SDL_Window* sdl_window) in HandleTouchEvent()
|
/third_party/python/Lib/ |
D | pathlib.py | 316 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/ |
D | evdev-mt-touchpad-gestures.c | 302 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction()
|