KHTML
AffineTransform.cpp
Go to the documentation of this file.
Definition: AffineTransform.h:47
AffineTransform & skewX(double angle)
Definition: AffineTransform.cpp:77
AffineTransform & rotate(double d)
Definition: AffineTransformQt.cpp:149
AffineTransform & shear(double sx, double sy)
Definition: AffineTransformQt.cpp:161
AffineTransform & skew(double angleX, double angleY)
Definition: AffineTransform.cpp:72
AffineTransform & scaleNonUniform(double sx, double sy)
Definition: AffineTransform.cpp:52
void map(double x, double y, double *x2, double *y2) const
Definition: AffineTransformQt.cpp:55
AffineTransform & skewY(double angle)
Definition: AffineTransform.cpp:82
IntPoint mapPoint(const IntPoint &) const
Definition: AffineTransform.cpp:87
AffineTransform & rotateFromVector(double x, double y)
Definition: AffineTransform.cpp:57
AffineTransform & multiply(const AffineTransform &)
Definition: AffineTransform.cpp:42
Definition: FloatPoint.h:61
Definition: IntPoint.h:64
Definition: CSSHelper.h:7
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.