KHTML
AffineTransform.h
Go to the documentation of this file.
Definition: FloatRect.h:59
Definition: IntRect.h:65
void map(double x, double y, double *x2, double *y2) const
Definition: AffineTransformQt.cpp:55
AffineTransform & skewX(double angle)
Definition: AffineTransform.cpp:77
AffineTransform & shear(double sx, double sy)
Definition: AffineTransformQt.cpp:161
AffineTransform & translate(double tx, double ty)
Definition: AffineTransformQt.cpp:155
AffineTransform operator*(const AffineTransform &)
Definition: AffineTransformQt.cpp:196
AffineTransform & rotate(double d)
Definition: AffineTransformQt.cpp:149
void setMatrix(double a, double b, double c, double d, double e, double f)
Definition: AffineTransformQt.cpp:50
AffineTransform & operator*=(const AffineTransform &)
Definition: AffineTransformQt.cpp:190
Definition: FloatPoint.h:61
Definition: AffineTransform.h:47
IntPoint mapPoint(const IntPoint &) const
Definition: AffineTransform.cpp:87
IntRect mapRect(const IntRect &) const
Definition: AffineTransformQt.cpp:63
AffineTransform & scaleNonUniform(double sx, double sy)
Definition: AffineTransform.cpp:52
AffineTransform & multiply(const AffineTransform &)
Definition: AffineTransform.cpp:42
AffineTransform & rotateFromVector(double x, double y)
Definition: AffineTransform.cpp:57
AffineTransform inverse() const
Definition: AffineTransformQt.cpp:172
bool operator!=(const AffineTransform &other) const
Definition: AffineTransform.h:119
Definition: IntPoint.h:64
AffineTransform & skew(double angleX, double angleY)
Definition: AffineTransform.cpp:72
bool operator==(const AffineTransform &) const
Definition: AffineTransformQt.cpp:185
AffineTransform & skewY(double angle)
Definition: AffineTransform.cpp:82
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.