Searched refs:baseTransform (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp162 AffineTransform CanvasSurface::baseTransform() const function in class:WebCore::CanvasSurface
170 transform.multiply(m_imageBuffer->baseTransform());
/external/webkit/Source/WebCore/platform/graphics/
H A DImageBuffer.h97 AffineTransform baseTransform() const { return AffineTransform(); } function in class:WebCore::ImageBuffer
101 AffineTransform baseTransform() const { return AffineTransform(1, 0, 0, -1, 0, m_size.height()); } function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h123 AffineTransform baseTransform() const;
H A DHTMLCanvasElement.cpp496 AffineTransform HTMLCanvasElement::baseTransform() const function in class:WebCore::HTMLCanvasElement
504 return m_imageBuffer->baseTransform() * transform;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp596 void GraphicsLayerQtImpl::setBaseTransform(const TransformationMatrix& baseTransform) argument
598 m_baseTransform = baseTransform;
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp657 c->concatCTM(canvas()->baseTransform());

Completed in 150 milliseconds