Searched defs:concatCTM (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h79 void concatCTM(const AffineTransform&);
94 void concatCTM(const AffineTransform&) {} function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCairo.cpp855 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
863 m_data->concatCTM(transform);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h69 void concatCTM(const AffineTransform&) {} function in class:WebCore::GraphicsContextPlatformPrivate
85 void concatCTM(const AffineTransform&);
H A DGraphicsContextCG.cpp1151 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
1156 m_data->concatCTM(transform);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextWin.cpp190 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp438 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp453 void GraphicsContext::concatCTM(const AffineTransform& transformation) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp518 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
522 platformContext()->concatCTM(affine);
H A DPlatformGraphicsContextSkia.cpp124 void PlatformGraphicsContextSkia::concatCTM(const AffineTransform& affine) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp667 void PlatformGraphicsContextRecording::concatCTM(const AffineTransform& affine) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp484 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp344 void GLES2Canvas::concatCTM(const AffineTransform& affine) function in class:WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1216 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp430 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
436 platformContext()->gpuCanvas()->concatCTM(affine);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp209 void concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContextPlatformPrivate
1127 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
1129 m_data->concatCTM(transform);

Completed in 262 milliseconds