Searched refs:concatCTM (Results 1 - 25 of 25) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h74 void concatCTM(const AffineTransform&);
75 void concatCTM(const TransformationMatrix&);
89 void concatCTM(const AffineTransform&) {} function in class:WebCore::GraphicsContextPlatformPrivate
90 void concatCTM(const TransformationMatrix&) {} function in class:WebCore::GraphicsContextPlatformPrivate
H A DGraphicsContextCairo.cpp794 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
802 m_data->concatCTM(transform);
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h63 void concatCTM(const AffineTransform&) {} function in class:WebCore::GraphicsContextPlatformPrivate
78 void concatCTM(const AffineTransform&);
H A DGraphicsContextCG.cpp978 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
983 m_data->concatCTM(transform);
/external/webkit/WebCore/page/win/
H A DFrameCGWin.cpp48 gc->concatCTM(AffineTransform().translate(-rect.x(), -rect.y()));
/external/webkit/WebKit/chromium/tests/
H A DTransparencyWinTest.cpp420 src->context()->concatCTM(cw90);
503 src->context()->concatCTM(scale);
508 src->context()->concatCTM(up);
540 src->context()->concatCTM(scale);
601 src->context()->concatCTM(scale);
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsContextWin.cpp193 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/WebCore/rendering/
H A DRenderSVGImage.cpp80 paintInfo.context->concatCTM(localToParentTransform());
H A DSVGInlineTextBox.cpp379 paintInfo.context->concatCTM(ctm);
479 paintInfo.context->concatCTM(ctm.inverse());
569 context->concatCTM(ctm);
H A DSVGRenderSupport.cpp312 paintInfo.context->concatCTM(localToAncestorTransform);
H A DSVGRootInlineBox.cpp594 m_paintInfo.context->concatCTM(chunkCtm);
638 m_paintInfo.context->concatCTM(chunkCtm.inverse());
H A DRenderLayer.cpp2248 p->concatCTM(transform.toAffineTransform());
/external/webkit/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp317 m_drawContext->concatCTM(xform);
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServerGradient.cpp165 maskImageContext->concatCTM(transform);
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp454 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp496 void GraphicsContext::concatCTM(const TransformationMatrix& transform) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/svg/
H A DSVGMaskElement.cpp227 maskImageContext->concatCTM(contextTransform);
H A DSVGPatternElement.cpp270 context->concatCTM(viewBoxCTM);
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h341 void concatCTM(const AffineTransform&);
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp438 c->concatCTM(transform);
455 c->concatCTM(c->getCTM().inverse());
456 c->concatCTM(canvas()->baseTransform());
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp474 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp214 void concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContextPlatformPrivate
1146 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext
1148 m_data->concatCTM(transform);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp1035 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp442 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1087 void GraphicsContext::concatCTM(const AffineTransform& transform) function in class:WebCore::GraphicsContext

Completed in 1609 milliseconds