Home | History | Annotate | Download | only in input

Lines Matching refs:PointerCoords

219 struct PointerCoords {
220 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
256 bool operator==(const PointerCoords& other) const;
257 inline bool operator!=(const PointerCoords& other) const {
261 void copyFrom(const PointerCoords& other);
435 const PointerCoords* getRawPointerCoords(size_t pointerIndex) const;
491 const PointerCoords* getHistoricalRawPointerCoords(
573 const PointerCoords* pointerCoords);
579 const PointerCoords* pointerCoords);
604 inline const PointerCoords* getSamplePointerCoords() const {
625 Vector<PointerCoords> mSamplePointerCoords;