Home
last modified time | relevance | path

Searched defs:ApplyInverse (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DAffineTransform.cpp191 BAffineTransform::ApplyInverse(const BPoint& point) const in ApplyInverse() function in BAffineTransform
214 BAffineTransform::ApplyInverse(BPoint* point) const in ApplyInverse() function in BAffineTransform
237 BAffineTransform::ApplyInverse(BPoint* points, uint32 count) const in ApplyInverse() function in BAffineTransform
/haiku/headers/os/interface/
H A DAffineTransform.h231 BAffineTransform::ApplyInverse(double* x, double* y) const in ApplyInverse() function