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

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DTransformationMatrixCA.cpp27 #include "TransformationMatrix.h"
36 TransformationMatrix::TransformationMatrix(const CATransform3D& t) function in class:WebCore::TransformationMatrix
45 TransformationMatrix::operator CATransform3D() const
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DTransformationMatrixCG.cpp28 #include "TransformationMatrix.h"
37 TransformationMatrix::TransformationMatrix(const CGAffineTransform& t) function in class:WebCore::TransformationMatrix
47 TransformationMatrix::operator CGAffineTransform() const
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DVGUtils.cpp25 #include "TransformationMatrix.h"
55 VGMatrix::VGMatrix(const TransformationMatrix& matrix)
77 VGMatrix::operator TransformationMatrix() const
79 TransformationMatrix matrix(
92 TransformationMatrix::operator VGMatrix() const
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h67 class TransformationMatrix { class in namespace:WebCore
72 TransformationMatrix() { makeIdentity(); } function in class:WebCore::TransformationMatrix
73 TransformationMatrix(const TransformationMatrix& t) { *this = t; } function in class:WebCore::TransformationMatrix
74 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
75 TransformationMatrix(double m11, double m12, double m13, double m14, function in class:WebCore::TransformationMatrix
102 TransformationMatrix& operator =(const TransformationMatrix &t)
108 TransformationMatrix& makeIdentity()
211 TransformationMatrix
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp362 TransformationMatrix PlatformCALayer::transform() const
367 void PlatformCALayer::setTransform(const TransformationMatrix& value)
373 TransformationMatrix PlatformCALayer::sublayerTransform() const
378 void PlatformCALayer::setSublayerTransform(const TransformationMatrix& value)
384 TransformationMatrix PlatformCALayer::contentsTransform() const
387 return TransformationMatrix();
390 void PlatformCALayer::setContentsTransform(const TransformationMatrix&) argument
652 TransformationMatrix layerTransform = layer->sublayerTransform();

Completed in 113 milliseconds