Searched defs:TransformationMatrix (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/openvg/
H A DVGUtils.cpp24 #include "TransformationMatrix.h"
41 VGMatrix::VGMatrix(const TransformationMatrix& matrix)
54 VGMatrix::operator TransformationMatrix() const
56 TransformationMatrix matrix;
69 TransformationMatrix::operator VGMatrix() const
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h75 void concatCTM(const TransformationMatrix&);
90 void concatCTM(const TransformationMatrix&) {} argument
/external/webkit/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h65 class TransformationMatrix : public FastAllocBase { class in namespace:WebCore
69 TransformationMatrix() { makeIdentity(); } function in class:WebCore::TransformationMatrix
70 TransformationMatrix(const TransformationMatrix& t) { *this = t; } function in class:WebCore::TransformationMatrix
71 TransformationMatrix(double a, double b, double c, double d, double e, double f) { setMatrix(a, b, c, d, e, f); } function in class:WebCore::TransformationMatrix
72 TransformationMatrix(double m11, double m12, double m13, double m14, function in class:WebCore::TransformationMatrix
99 TransformationMatrix& operator =(const TransformationMatrix &t)
105 TransformationMatrix& makeIdentity()
208 TransformationMatrix
[all...]

Completed in 10 milliseconds