Searched defs:AffineTransform (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp29 #include "platform/transforms/AffineTransform.h"
39 AffineTransform::AffineTransform() function in class:blink::AffineTransform
44 AffineTransform::AffineTransform(double a, double b, double c, double d, double e, double f) function in class:blink::AffineTransform
49 void AffineTransform::makeIdentity()
54 void AffineTransform::setMatrix(double a, double b, double c, double d, double e, double f)
64 bool AffineTransform::isIdentity() const
71 double AffineTransform::xScale() const
76 double AffineTransform
[all...]
H A DAffineTransform.h44 class PLATFORM_EXPORT AffineTransform { class in namespace:blink
49 AffineTransform();
50 AffineTransform(double a, double b, double c, double d, double e, double f);
89 AffineTransform& multiply(const AffineTransform& other);
90 AffineTransform& scale(double);
91 AffineTransform& scale(double sx, double sy);
92 AffineTransform& scaleNonUniform(double sx, double sy);
93 AffineTransform& rotate(double a);
94 AffineTransform
[all...]

Completed in 335 milliseconds