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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.idl 38 SVGMatrix getCTM();
SVGLocatable.h 44 virtual AffineTransform getCTM(StyleUpdateStrategy) = 0;
52 NearestViewportScope, // Used for getCTM()
SVGLocatable.cpp 92 // For getCTM() computation, stop at the nearest viewport element
102 AffineTransform ctm = getCTM(styleUpdateStrategy);
105 AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(styleUpdateStrategy);
SVGGraphicsElement.h 38 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
SVGPreserveAspectRatio.h 65 AffineTransform getCTM(float logicX, float logicY,
SVGFitToViewBox.cpp 107 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGGraphicsElement.cpp 53 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy)
SVGPreserveAspectRatio.cpp 278 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physicalHeight) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
OpaqueRectTrackingContentLayerDelegate.cpp 63 AffineTransform canvasToContentTransform = context.getCTM().inverse();
TransparencyWin.cpp 187 m_orgTransform = dest->getCTM();
344 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
FontChromiumWin.cpp 89 AffineTransform savedMatrix = graphicsContext->getCTM();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 153 const AffineTransform& currentTransform = context->getCTM();
RenderThemeChromiumWin.cpp 73 TransparencyWin::TransformMode transformMode = getTransformMode(context->getCTM());
RenderBoxModelObject.cpp 488 AffineTransform transform = context->getCTM();
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GeneratorGeneratedImage.cpp 120 AffineTransform destContextCTM = destContext->getCTM(GraphicsContext::DefinitelyIncludeDeviceScale);
GraphicsContext.h 330 AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 324 AffineTransform transform = m_paintInfo->context->getCTM(GraphicsContext::DefinitelyIncludeDeviceScale);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 169 AffineTransform transform = context->getCTM();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TransparencyWinTest.cpp 611 EXPECT_TRUE(helper.context()->getCTM().isIdentity());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 786 milliseconds