Home
last modified time | relevance | path

Searched refs:TouchInitTouchPoint (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c203 TouchInitTouchPoint(TouchClassPtr t, ValuatorClassPtr v, int index) in TouchInitTouchPoint() function
327 if (TouchInitTouchPoint(t, dev->valuator, t->num_touches - 1)) in TouchBeginTouch()
H A Ddevices.c1654 TouchInitTouchPoint(touch, device->valuator, i); in InitTouchClassDeviceStruct()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h561 extern Bool TouchInitTouchPoint(TouchClassPtr touch, ValuatorClassPtr v,
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c628 TouchInitTouchPoint(to->touch, to->valuator, i); in DeepCopyPointerClasses()