HomeSort by relevance Sort by last modified time
    Searched refs:concatCTM (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 79 void concatCTM(const AffineTransform&);
94 void concatCTM(const AffineTransform&) {}
GraphicsContextCairo.cpp 855 void GraphicsContext::concatCTM(const AffineTransform& transform)
863 m_data->concatCTM(transform);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 69 void concatCTM(const AffineTransform&) {}
85 void concatCTM(const AffineTransform&);
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 101 context->concatCTM(absoluteTransform.inverse());
103 context->concatCTM(absoluteTransform);
RenderSVGResourceFilter.cpp 249 sourceGraphicContext->concatCTM(filterData->shearFreeAbsoluteTransform);
317 context->concatCTM(filterData->shearFreeAbsoluteTransform.inverse());
324 context->concatCTM(filterData->shearFreeAbsoluteTransform);
RenderSVGResourceMasker.cpp 118 maskImageContext->concatCTM(absoluteTransform);
141 maskImageContext->concatCTM(maskContentTransformation);
RenderSVGResourceClipper.cpp 188 maskContext->concatCTM(absoluteTransform);
224 maskContext->concatCTM(maskContentTransformation);
RenderSVGResourceGradient.cpp 101 maskImageContext->concatCTM(absoluteTransform);
RenderSVGResourcePattern.cpp 274 tileImageContext->concatCTM(tileImageTransform);
SVGInlineTextBox.cpp 232 paintInfo.context->concatCTM(fragmentTransform);
302 paintInfo.context->concatCTM(fragmentTransform);
580 context->concatCTM(scaleTransform);
637 context->concatCTM(scaleTransform);
RenderSVGPath.cpp 186 context->concatCTM(nonScalingStrokeTransform.inverse());
  /external/webkit/Source/WebCore/rendering/
PaintInfo.h 88 context->concatCTM(localToAncestorTransform);
InlineTextBox.cpp 529 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));
    [all...]
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 48 gc->concatCTM(AffineTransform().translate(-rect.x(), -rect.y()));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 56 virtual void concatCTM(const AffineTransform& affine);
GraphicsContextAndroid.cpp 518 void GraphicsContext::concatCTM(const AffineTransform& affine)
522 platformContext()->concatCTM(affine);
PlatformGraphicsContext.h 88 virtual void concatCTM(const AffineTransform& affine) = 0;
PlatformGraphicsContextRecording.h 94 virtual void concatCTM(const AffineTransform& affine);
GraphicsOperation.h 179 class ConcatCTM : public Operation {
181 ConcatCTM(const AffineTransform& affine) : m_matrix(affine) {}
183 context->concatCTM(m_matrix);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 75 void concatCTM(const AffineTransform&);
TransparencyWin.cpp 317 m_drawContext->concatCTM(xform);
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 190 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform)
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 417 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/
GraphicsContextHaiku.cpp 438 void GraphicsContext::concatCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 453 void GraphicsContext::concatCTM(const AffineTransform& transformation)

Completed in 1119 milliseconds

1 2