Searched refs:DMX_MOTION_SIZE (Results 1 – 2 of 2) sorted by relevance
56 return DMX_MOTION_SIZE; in dmxPointerGetMotionBufferSize()97 if (++i >= DMX_MOTION_SIZE) in dmxPointerGetMotionEvents()117 sizeof(*dmxLocal->history) * DMX_MOTION_SIZE); in dmxPointerPutMotionEvent()123 if (++dmxLocal->tail >= DMX_MOTION_SIZE) in dmxPointerPutMotionEvent()126 if (++dmxLocal->head >= DMX_MOTION_SIZE) in dmxPointerPutMotionEvent()
47 #define DMX_MOTION_SIZE 256 macro