Home
last modified time | relevance | path

Searched refs:libinput_event_gesture_get_scale (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp36 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchBegin()
69 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchUpdate()
94 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchEnd()
H A Dtouchpad_transform_processor.cpp442 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchGesture()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp299 double libinput_event_gesture_get_scale(struct libinput_event_gesture *event) in libinput_event_gesture_get_scale() function