Searched refs:ApplyInverse (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DAffineTransform.h69 inline void ApplyInverse(double* x, double* y) const;
72 BPoint ApplyInverse(const BPoint& point) const;
75 void ApplyInverse(BPoint* point) const;
78 void ApplyInverse(BPoint* points,
231 BAffineTransform::ApplyInverse(double* x, double* y) const function in class:BAffineTransform
/haiku/src/kits/interface/
H A DAffineTransform.cpp191 BAffineTransform::ApplyInverse(const BPoint& point) const function in class:BAffineTransform
195 ApplyInverse(&x, &y);
214 BAffineTransform::ApplyInverse(BPoint* point) const function in class:BAffineTransform
220 ApplyInverse(&x, &y);
237 BAffineTransform::ApplyInverse(BPoint* points, uint32 count) const function in class:BAffineTransform
241 ApplyInverse(&points[i]);

Completed in 76 milliseconds