Home
last modified time | relevance | path

Searched refs:getCTM (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.cpp55 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
DSVGPreserveAspectRatio.h65 AffineTransform getCTM(float logicX, float logicY,
DSVGGraphicsElement.h39 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
DSVGFitToViewBox.cpp105 …return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRe… in viewBoxToViewTransform()
DSVGGraphicsElement.idl39 SVGMatrix getCTM();
DSVGPreserveAspectRatio.cpp278 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM() function in WebCore::SVGPreserveAspectRatio
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp1100 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()
DTransparencyWinTest.cpp567 EXPECT_TRUE(helper.context()->getCTM().isIdentity()); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DOpaqueRectTrackingContentLayerDelegate.cpp67 AffineTransform canvasToContentTransform = context.getCTM().inverse(); in paintContents()
DGraphicsContext.h346 AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
DGraphicsContext.cpp1630 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/
DTransparencyWin.cpp180 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/
DImageQualityController.cpp153 const AffineTransform& currentTransform = context->getCTM(); in shouldPaintAtLowQuality()
DRenderThemeChromiumWin.cpp72 TransparencyWin::TransformMode transformMode = getTransformMode(context->getCTM()); in ThemePainter()
DRenderBoxModelObject.cpp480 AffineTransform transform = context->getCTM(); in shrinkRectByOnePixel()
2538 AffineTransform transform = context->getCTM(); in paintBoxShadow()
2711 return !context->getCTM().isIdentityOrTranslationOrFlipped(); in shouldAntialiasLines()
DRenderBox.cpp1235 AffineTransform ctm = context->getCTM(); in determineBackgroundBleedAvoidance()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp111 AffineTransform savedMatrix = gc->getCTM(); in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontWin.cpp86 AffineTransform savedMatrix = graphicsContext->getCTM(); in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.cpp281 …AffineTransform transform = m_paintInfo->context->getCTM(GraphicsContext::DefinitelyIncludeDeviceS… in bufferForeground()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp213 AffineTransform transform = context->getCTM(); in drawPatternForContainer()