/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGGraphicsElement.cpp | 55 AffineTransform ctm = getCTM(AllowStyleUpdate); in getTransformToElement() 58 AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(AllowStyleUpdate); in getTransformToElement() 92 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) in getCTM() function in WebCore::SVGGraphicsElement
|
D | SVGPreserveAspectRatio.h | 65 AffineTransform getCTM(float logicX, float logicY,
|
D | SVGGraphicsElement.h | 39 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
|
D | SVGFitToViewBox.cpp | 105 …return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRe… in viewBoxToViewTransform()
|
D | SVGGraphicsElement.idl | 39 SVGMatrix getCTM();
|
D | SVGPreserveAspectRatio.cpp | 278 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM() function in WebCore::SVGPreserveAspectRatio
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GraphicsContextTest.cpp | 1100 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST() 1102 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST() 1107 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST() 1112 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST() 1116 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST() 1120 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
|
D | TransparencyWinTest.cpp | 567 EXPECT_TRUE(helper.context()->getCTM().isIdentity()); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | OpaqueRectTrackingContentLayerDelegate.cpp | 67 AffineTransform canvasToContentTransform = context.getCTM().inverse(); in paintContents()
|
D | GraphicsContext.h | 346 AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
|
D | GraphicsContext.cpp | 1630 AffineTransform GraphicsContext::getCTM(IncludeDeviceScale) const in getCTM() function in WebCore::GraphicsContext 1735 AffineTransform transform = getCTM(DefinitelyIncludeDeviceScale); in createCompatibleBuffer()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/ |
D | TransparencyWin.cpp | 180 m_orgTransform = dest->getCTM(); in init() 338 m_drawContext->concatCTM(m_drawContext->getCTM().inverse()); in setupTransformForScaleTransform()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ImageQualityController.cpp | 153 const AffineTransform& currentTransform = context->getCTM(); in shouldPaintAtLowQuality()
|
D | RenderThemeChromiumWin.cpp | 72 TransparencyWin::TransformMode transformMode = getTransformMode(context->getCTM()); in ThemePainter()
|
D | RenderBoxModelObject.cpp | 480 AffineTransform transform = context->getCTM(); in shrinkRectByOnePixel() 2538 AffineTransform transform = context->getCTM(); in paintBoxShadow() 2711 return !context->getCTM().isIdentityOrTranslationOrFlipped(); in shouldAntialiasLines()
|
D | RenderBox.cpp | 1235 AffineTransform ctm = context->getCTM(); in determineBackgroundBleedAvoidance()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | FontHarfBuzz.cpp | 111 AffineTransform savedMatrix = gc->getCTM(); in drawGlyphs()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | FontWin.cpp | 86 AffineTransform savedMatrix = graphicsContext->getCTM(); in drawGlyphs()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderingContext.cpp | 281 …AffineTransform transform = m_paintInfo->context->getCTM(GraphicsContext::DefinitelyIncludeDeviceS… in bufferForeground()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 213 AffineTransform transform = context->getCTM(); in drawPatternForContainer()
|