Home
last modified time | relevance | path

Searched refs:ApplyInverse (Results 1 – 3 of 3) 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 in ApplyInverse() function
/haiku/src/kits/interface/
H A DAffineTransform.cpp191 BAffineTransform::ApplyInverse(const BPoint& point) const in ApplyInverse() function in BAffineTransform
195 ApplyInverse(&x, &y); in ApplyInverse()
214 BAffineTransform::ApplyInverse(BPoint* point) const in ApplyInverse() function in BAffineTransform
220 ApplyInverse(&x, &y); in ApplyInverse()
237 BAffineTransform::ApplyInverse(BPoint* points, uint32 count) const in ApplyInverse() function in BAffineTransform
241 ApplyInverse(&points[i]); in ApplyInverse()
/haiku/docs/user/interface/
H A DAffineTransform.dox216 \fn void BAffineTransform::ApplyInverse(double *x, double *y) const
240 \fn BPoint BAffineTransform::ApplyInverse(const BPoint &point) const
263 \fn void BAffineTransform::ApplyInverse(BPoint *point) const
284 \fn void BAffineTransform::ApplyInverse(BPoint *points, uint32 count) const