ScaleBy
inline const BAffineTransform& ScaleBy(double scale);
const BAffineTransform& ScaleBy(const BPoint& center,
inline const BAffineTransform& ScaleBy(double x, double y);
const BAffineTransform& ScaleBy(const BPoint& center, double x,
const BAffineTransform& ScaleBy(const BPoint& scale);
const BAffineTransform& ScaleBy(const BPoint& center,
void ScaleBy(BSize scale);
void ScaleBy(float x, float y);
void ScaleBy(double x, double y);
virtual void ScaleBy(double x, double y) {}
if ((rand() & 64) == 0) transform.ScaleBy(-1., 1.);
transform.ScaleBy(scale);
transform.ScaleBy(B_ORIGIN, scale, scale);
virtual void ScaleBy(BPoint origin, double xScale,
void ScaleBy(double xScale, double yScale);
return ScaleBy(center, scale, scale);
ScaleBy(x, y);
return ScaleBy(scale.x, scale.y);
return ScaleBy(center, scale.x, scale.y);
copy.ScaleBy(x, y);
copy.ScaleBy(center, x, y);
result.ScaleBy(x, y);
callbacks.ScaleBy(*x, *y);
virtual void ScaleBy(double x, double y);
ScaleBy(scale.Width(), scale.Height());
transform.ScaleBy(1.0f / fState->parent_composite_scale);
ScaleBy(BPoint(0, 0), 64/longerSide, 64/longerSide);
virtual void ScaleBy(BPoint origin, double xScale, double yScale);
transform.ScaleBy(scale);
virtual void ScaleBy(double x, double y);
virtual void ScaleBy(double x, double y);
virtual void ScaleBy(BPoint origin, double xScale, double yScale);
ScaleBy(2, 2);
converter.ScaleBy(B_ORIGIN, fScale, fScale);
transform.ScaleBy(B_ORIGIN, fScale, fScale);