Home
last modified time | relevance | path

Searched refs:setCTM (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextPlatformPrivateCG.h70 void setCTM(const AffineTransform&) {} in setCTM() function
86 void setCTM(const AffineTransform&);
DGraphicsContextCG.cpp1160 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
1165 m_data->setCTM(transform); in setCTM()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h80 void setCTM(const AffineTransform&);
95 void setCTM(const AffineTransform&) {} in setCTM() function
DGraphicsContextCairo.cpp866 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
874 m_data->setCTM(transform); in setCTM()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.h76 void setCTM(const AffineTransform&);
DGLES2Canvas.cpp349 void GLES2Canvas::setCTM(const AffineTransform& affine) in setCTM() function in WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp199 void GraphicsContextPlatformPrivate::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp586 context->setCTM(newTransform); in paintDecorationWithStyle()
645 context->setCTM(newTransform); in paintTextWithShadows()
656 context->setCTM(originalTransform); in paintTextWithShadows()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp446 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp461 void GraphicsContext::setCTM(const AffineTransform& transformation) in setCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp583 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp441 void GraphicsContext::setCTM(const AffineTransform& affine) in setCTM() function in WebCore::GraphicsContext
447 platformContext()->gpuCanvas()->setCTM(affine); in setCTM()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h449 void setCTM(const AffineTransform&);
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp497 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp214 void setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContextPlatformPrivate
1132 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
1134 m_data->setCTM(transform); in setCTM()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1224 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16272 …-> Add GraphicsContext::setCTM(const AffineTransform&) and implement it for all platforms (each ex…
276 … to 0/1 using float precision, and round!), and assign it using context->setCTM(normalizedTransfor…
277 …wing, just switch back to the preserved original CTM, both operations need GraphicsContext::setCTM.
279 …The use of GraphicsContext::setCTM() allows to switch between arbitary context transformations _wi…
286 * platform/graphics/GraphicsContext.h: Add setCTM(const AffineTransform&) method.
288 (WebCore::GraphicsContext::setCTM): Implement setCTM.
290 (WebCore::GraphicsContextPlatformPrivate::setCTM): Ditto.
292 (WebCore::GraphicsContext::setCTM): Ditto.
294 (WebCore::GraphicsContextPlatformPrivate::setCTM): Ditto.
296 (WebCore::GLES2Canvas::setCTM): Ditto.
[all …]