/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextPlatformPrivateCG.h | 70 void setCTM(const AffineTransform&) {} in setCTM() function 86 void setCTM(const AffineTransform&);
|
D | GraphicsContextCG.cpp | 1160 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/ |
D | GraphicsContextPlatformPrivateCairo.h | 80 void setCTM(const AffineTransform&); 95 void setCTM(const AffineTransform&) {} in setCTM() function
|
D | GraphicsContextCairo.cpp | 866 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/ |
D | GLES2Canvas.h | 76 void setCTM(const AffineTransform&);
|
D | GLES2Canvas.cpp | 349 void GLES2Canvas::setCTM(const AffineTransform& affine) in setCTM() function in WebCore::GLES2Canvas
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextWin.cpp | 199 void GraphicsContextPlatformPrivate::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContextPlatformPrivate
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 586 context->setCTM(newTransform); in paintDecorationWithStyle() 645 context->setCTM(newTransform); in paintTextWithShadows() 656 context->setCTM(originalTransform); in paintTextWithShadows()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 446 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 461 void GraphicsContext::setCTM(const AffineTransform& transformation) in setCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 583 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 441 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/ |
D | GraphicsContext.h | 449 void setCTM(const AffineTransform&);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 497 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 214 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/ |
D | GraphicsContextQt.cpp | 1224 void GraphicsContext::setCTM(const AffineTransform& transform) in setCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 272 …-> 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 …]
|