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

/haiku/src/kits/interface/
H A DAffineTransform.cpp620 BAffineTransform::GetScale(double* _sx, double* _sy) const argument
630 if (_sx)
631 *_sx = x2 - x1;
638 BAffineTransform::GetScaleAbs(double* _sx, double* _sy) const argument
642 if (_sx)
643 *_sx = sqrt(sx * sx + shx * shx);

Completed in 32 milliseconds