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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DTransformationMatrixCA.cpp36 TransformationMatrix::TransformationMatrix(const CATransform3D& t) function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DTransformationMatrixCG.cpp37 TransformationMatrix::TransformationMatrix(const CGAffineTransform& t) function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DTransformationMatrixClutter.cpp54 TransformationMatrix::TransformationMatrix(const CoglMatrix* matrix) function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DTransformationMatrixQt.cpp45 TransformationMatrix::TransformationMatrix(const QTransform& transform) function in class:WebCore::TransformationMatrix
61 TransformationMatrix::TransformationMatrix(const QMatrix4x4& matrix) function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperBackingStore.h43 virtual void drawRepaintCounter(TextureMapper*, int /* repaintCount */, const Color&, const FloatRect&, const TransformationMatrix&) { } argument
H A DTextureMapperImageBuffer.cpp155 void TextureMapperImageBuffer::drawBorder(const Color&, float /* borderWidth */, const FloatRect&, const TransformationMatrix&) argument
160 void TextureMapperImageBuffer::drawNumber(int /* number */, const Color&, const FloatPoint&, const TransformationMatrix&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp175 void GraphicsContext3DPrivate::paintToTextureMapper(TextureMapper*, const FloatRect& /* target */, const TransformationMatrix&, float /* opacity */) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.h70 class TransformationMatrix { class in namespace:WebCore
84 TransformationMatrix() { makeIdentity(); } function in class:WebCore::TransformationMatrix
86 TransformationMatrix(const TransformationMatrix& t) { *this = t; } function in class:WebCore::TransformationMatrix
87 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
88 TransformationMatrix(double m11, double m12, double m13, double m14, function in class:WebCore::TransformationMatrix
[all...]
H A DTransformationMatrix.cpp521 TransformationMatrix::TransformationMatrix(const AffineTransform& t) function in class:WebCore::TransformationMatrix
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp449 void PlatformCALayer::setContentsTransform(const TransformationMatrix&) argument

Completed in 129 milliseconds