Home
last modified time | relevance | path

Searched refs:AxisInfo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dlistdev.c232 AxisInfo *a; in CopySwapValuatorClass()
H A Dexevents.c546 memcpy(v->axes, from->valuator->axes, v->numAxes * sizeof(AxisInfo)); in DeepCopyPointerClasses()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h278 } AxisInfo, *AxisInfoPtr; typedef
/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c419 AxisInfo from, *to; /* for scaling */ in GetMotionHistory()
422 AxisInfo core_axis = { 0 }; in GetMotionHistory()
H A Ddevices.c1302 sizeof(union align_u) + numAxes * (sizeof(double) + sizeof(AxisInfo)); in AllocValuatorClass()