Home
last modified time | relevance | path

Searched defs:TransformationMatrix (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DTransformationMatrixCG.cpp37 TransformationMatrix::TransformationMatrix(const CGAffineTransform& t) in TransformationMatrix() function in WebCore::TransformationMatrix
/external/webkit/Source/WebCore/platform/graphics/ca/
DTransformationMatrixCA.cpp36 TransformationMatrix::TransformationMatrix(const CATransform3D& t) in TransformationMatrix() function in WebCore::TransformationMatrix
/external/webkit/Source/WebCore/platform/graphics/transforms/
DIdentityTransformOperation.h49 virtual bool apply(TransformationMatrix&, const IntSize&) const in apply() argument
DTransformationMatrix.h72 TransformationMatrix() { makeIdentity(); } in TransformationMatrix() function
73 TransformationMatrix(const TransformationMatrix& t) { *this = t; } in TransformationMatrix() function
74TransformationMatrix(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
DAffineTransform.h56 class TransformationMatrix; variable
/external/webkit/Source/WebCore/platform/graphics/openvg/
DVGUtils.h64 class TransformationMatrix; variable
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperPlatformLayer.h29 class TransformationMatrix; variable
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.h64 class TransformationMatrix; variable
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.h42 class TransformationMatrix; variable
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp390 void PlatformCALayer::setContentsTransform(const TransformationMatrix&) in setContentsTransform()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.h64 class TransformationMatrix; variable
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h102 class TransformationMatrix; variable