Lines Matching defs:PointerCoords
500 struct PointerCoords { struct
501 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 136 argument
504 uint64_t bits __attribute__((aligned(8)));
508 std::array<float, MAX_AXES> values;
511 bool isResampled;
514 uint8_t empty[7];
516 inline void clear() { in clear()
521 bool isEmpty() const { in isEmpty()
546 bool operator==(const PointerCoords& other) const; argument
551 inline void copyFrom(const PointerCoords& other) { *this = other; } in copyFrom() argument
552 PointerCoords& operator=(const PointerCoords&) = default; argument