Searched defs:TransformationMatrix (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | TransformationMatrixCG.cpp | 37 TransformationMatrix::TransformationMatrix(const CGAffineTransform& t) in TransformationMatrix() function in WebCore::TransformationMatrix
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | TransformationMatrixCA.cpp | 36 TransformationMatrix::TransformationMatrix(const CATransform3D& t) in TransformationMatrix() function in WebCore::TransformationMatrix
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | IdentityTransformOperation.h | 49 virtual bool apply(TransformationMatrix&, const IntSize&) const in apply() argument
|
D | TransformationMatrix.h | 72 TransformationMatrix() { makeIdentity(); } in TransformationMatrix() function 73 TransformationMatrix(const TransformationMatrix& t) { *this = t; } in TransformationMatrix() function 74 …TransformationMatrix(double a, double b, double c, double d, double e, double f) { setMatrix(a, b,… in TransformationMatrix() function 75 TransformationMatrix(double m11, double m12, double m13, double m14, in TransformationMatrix() function
|
D | AffineTransform.h | 56 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | VGUtils.h | 64 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | TextureMapperPlatformLayer.h | 29 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatPoint.h | 64 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SharedBitmap.h | 42 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWin.cpp | 390 void PlatformCALayer::setContentsTransform(const TransformationMatrix&) in setContentsTransform()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.h | 64 class TransformationMatrix; variable
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 102 class TransformationMatrix; variable
|