Searched refs:ApplyInverse (Results 1 – 3 of 3) sorted by relevance
69 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
191 BAffineTransform::ApplyInverse(const BPoint& point) const in ApplyInverse() function in BAffineTransform195 ApplyInverse(&x, &y); in ApplyInverse()214 BAffineTransform::ApplyInverse(BPoint* point) const in ApplyInverse() function in BAffineTransform220 ApplyInverse(&x, &y); in ApplyInverse()237 BAffineTransform::ApplyInverse(BPoint* points, uint32 count) const in ApplyInverse() function in BAffineTransform241 ApplyInverse(&points[i]); in ApplyInverse()
216 \fn void BAffineTransform::ApplyInverse(double *x, double *y) const240 \fn BPoint BAffineTransform::ApplyInverse(const BPoint &point) const263 \fn void BAffineTransform::ApplyInverse(BPoint *point) const284 \fn void BAffineTransform::ApplyInverse(BPoint *points, uint32 count) const