Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextPlatformPrivateCG.h69 void concatCTM(const AffineTransform&) {} in concatCTM() function
85 void concatCTM(const AffineTransform&);
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h79 void concatCTM(const AffineTransform&);
94 void concatCTM(const AffineTransform&) {} in concatCTM() function
DGraphicsContextCairo.cpp855 void GraphicsContext::concatCTM(const AffineTransform& transform) in concatCTM() function in WebCore::GraphicsContext
863 m_data->concatCTM(transform); in concatCTM()
/external/webkit/Source/WebCore/rendering/svg/
DSVGImageBufferTools.cpp101 context->concatCTM(absoluteTransform.inverse()); in clipToImageBuffer()
103 context->concatCTM(absoluteTransform); in clipToImageBuffer()
DRenderSVGResourceFilter.cpp249 sourceGraphicContext->concatCTM(filterData->shearFreeAbsoluteTransform); in applyResource()
317 context->concatCTM(filterData->shearFreeAbsoluteTransform.inverse()); in postApplyResource()
324 context->concatCTM(filterData->shearFreeAbsoluteTransform); in postApplyResource()
DRenderSVGResourceMasker.cpp118 maskImageContext->concatCTM(absoluteTransform); in applyResource()
141 maskImageContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()
DSVGInlineTextBox.cpp232 paintInfo.context->concatCTM(fragmentTransform); in paintSelectionBackground()
302 paintInfo.context->concatCTM(fragmentTransform); in paint()
580 context->concatCTM(scaleTransform); in paintDecorationWithStyle()
637 context->concatCTM(scaleTransform); in paintTextWithShadows()
DRenderSVGResourceClipper.cpp188 maskContext->concatCTM(absoluteTransform); in applyClippingToContext()
224 maskContext->concatCTM(maskContentTransformation); in drawContentIntoMaskImage()
DRenderSVGResourceGradient.cpp101 maskImageContext->concatCTM(absoluteTransform); in createMaskAndSwapContextForTextGradient()
DRenderSVGResourcePattern.cpp274 tileImageContext->concatCTM(tileImageTransform); in createTileImage()
DRenderSVGPath.cpp186 context->concatCTM(nonScalingStrokeTransform.inverse()); in fillAndStrokePath()
/external/webkit/Source/WebKit/chromium/tests/
DTransparencyWinTest.cpp417 src->context()->concatCTM(cw90); in TEST()
500 src->context()->concatCTM(scale); in TEST()
505 src->context()->concatCTM(up); in TEST()
537 src->context()->concatCTM(scale); in TEST()
596 src->context()->concatCTM(scale); in TEST()
/external/webkit/Source/WebCore/rendering/
DPaintInfo.h88 context->concatCTM(localToAncestorTransform); in applyTransform()
DInlineTextBox.cpp529 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
693 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
702 context->concatCTM(rotation(boxRect, Counterclockwise)); in paint()
723 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
728 context->concatCTM(rotation(boxRect, Counterclockwise)); in paint()
771 context->concatCTM(rotation(boxRect, Counterclockwise)); in paint()
/external/webkit/Source/WebCore/page/win/
DFrameCGWin.cpp48 gc->concatCTM(AffineTransform().translate(-rect.x(), -rect.y())); in drawRectIntoContext()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTransparencyWin.cpp317 m_drawContext->concatCTM(xform); in setupTransformForKeepTransform()
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse()); in setupTransformForScaleTransform()
DGLES2Canvas.h75 void concatCTM(const AffineTransform&);
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp518 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM() function in WebCore::GraphicsContext
522 platformContext()->concatCTM(affine); in concatCTM()
DPlatformGraphicsContextSkia.h56 virtual void concatCTM(const AffineTransform& affine);
DPlatformGraphicsContextRecording.h94 virtual void concatCTM(const AffineTransform& affine);
DPlatformGraphicsContext.h88 virtual void concatCTM(const AffineTransform& affine) = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp190 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform) in concatCTM() function in WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp438 void GraphicsContext::concatCTM(const AffineTransform& transform) in concatCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp453 void GraphicsContext::concatCTM(const AffineTransform& transformation) in concatCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp430 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM() function in WebCore::GraphicsContext
436 platformContext()->gpuCanvas()->concatCTM(affine); in concatCTM()

12