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

12

/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&);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGImageBufferTools.cpp101 context->concatCTM(absoluteTransform.inverse());
103 context->concatCTM(absoluteTransform);
H A DRenderSVGResourceFilter.cpp249 sourceGraphicContext->concatCTM(filterData->shearFreeAbsoluteTransform);
317 context->concatCTM(filterData->shearFreeAbsoluteTransform.inverse());
324 context->concatCTM(filterData->shearFreeAbsoluteTransform);
H A DRenderSVGResourceMasker.cpp118 maskImageContext->concatCTM(absoluteTransform);
141 maskImageContext->concatCTM(maskContentTransformation);
H A DSVGInlineTextBox.cpp232 paintInfo.context->concatCTM(fragmentTransform);
302 paintInfo.context->concatCTM(fragmentTransform);
580 context->concatCTM(scaleTransform);
637 context->concatCTM(scaleTransform);
H A DRenderSVGResourceClipper.cpp188 maskContext->concatCTM(absoluteTransform);
224 maskContext->concatCTM(maskContentTransformation);
H A DRenderSVGResourceGradient.cpp101 maskImageContext->concatCTM(absoluteTransform);
H A DRenderSVGResourcePattern.cpp274 tileImageContext->concatCTM(tileImageTransform);
H A DRenderSVGPath.cpp186 context->concatCTM(nonScalingStrokeTransform.inverse());
/external/webkit/Source/WebCore/rendering/
H A DPaintInfo.h88 context->concatCTM(localToAncestorTransform);
H A DInlineTextBox.cpp529 context->concatCTM(rotation(boxRect, Clockwise));
693 context->concatCTM(rotation(boxRect, Clockwise));
702 context->concatCTM(rotation(boxRect, Counterclockwise));
723 context->concatCTM(rotation(boxRect, Clockwise));
728 context->concatCTM(rotation(boxRect, Counterclockwise));
771 context->concatCTM(rotation(boxRect, Counterclockwise));
/external/webkit/Source/WebCore/page/win/
H A DFrameCGWin.cpp48 gc->concatCTM(AffineTransform().translate(-rect.x(), -rect.y()));
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h75 void concatCTM(const AffineTransform&);
H A DTransparencyWin.cpp317 m_drawContext->concatCTM(xform);
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h56 virtual void concatCTM(const AffineTransform& affine);
H A DGraphicsContextAndroid.cpp518 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
522 platformContext()->concatCTM(affine);
H A DPlatformGraphicsContext.h88 virtual void concatCTM(const AffineTransform& affine) = 0;
H A DPlatformGraphicsContextRecording.h94 virtual void concatCTM(const AffineTransform& affine);
/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/WebKit/chromium/tests/
H A DTransparencyWinTest.cpp417 src->context()->concatCTM(cw90);
500 src->context()->concatCTM(scale);
505 src->context()->concatCTM(up);
537 src->context()->concatCTM(scale);
596 src->context()->concatCTM(scale);
/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/skia/
H A DGraphicsContextSkia.cpp430 void GraphicsContext::concatCTM(const AffineTransform& affine) function in class:WebCore::GraphicsContext
436 platformContext()->gpuCanvas()->concatCTM(affine);

Completed in 375 milliseconds

12