Lines Matching refs:touches
275 dev->last.touches = NULL; in AddInputDevice()
819 free((*t)->touches[i].sprite.spriteTrace); in FreeDeviceClass()
820 free((*t)->touches[i].listeners); in FreeDeviceClass()
821 free((*t)->touches[i].valuators); in FreeDeviceClass()
824 free((*t)->touches); in FreeDeviceClass()
1013 free(dev->last.touches[j].valuators); in CloseDevice()
1014 free(dev->last.touches); in CloseDevice()
1649 touch->touches = calloc(max_touches, sizeof(*touch->touches)); in InitTouchClassDeviceStruct()
1650 if (!touch->touches) in InitTouchClassDeviceStruct()
1660 device->last.touches = calloc(max_touches, sizeof(*device->last.touches)); in InitTouchClassDeviceStruct()
1663 TouchInitDDXTouchPoint(device, &device->last.touches[i]); in InitTouchClassDeviceStruct()
1671 free(touch->touches); in InitTouchClassDeviceStruct()