Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.cpp48 AffineTransform ctm = getCTM(AllowStyleUpdate); in getTransformToElement()
51 AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(AllowStyleUpdate); in getTransformToElement()
104 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) in getCTM() function in blink::SVGGraphicsElement
116 return SVGMatrixTearOff::create(getCTM()); in getCTMFromJavascript()
DSVGFitToViewBox.cpp52 …return preserveAspectRatio->getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxR… in viewBoxToViewTransform()
DSVGGraphicsElement.h43 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
DSVGPreserveAspectRatio.h74 AffineTransform getCTM(float logicX, float logicY,
DSVGGraphicsElement.idl42 [ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
DSVGPreserveAspectRatio.cpp293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM() function in blink::SVGPreserveAspectRatio
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextTest.cpp1136 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
1138 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
1143 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
1148 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
1152 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
1156 EXPECT_EQ(context.getCTM(), controlContext.getCTM()); in TEST()
DGraphicsContext.h381 AffineTransform getCTM() const;
DGraphicsContext.cpp1697 AffineTransform GraphicsContext::getCTM() const in getCTM() function in blink::GraphicsContext
1804 AffineTransform transform = getCTM(); in createRasterBuffer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceFilter.cpp137 FloatSize deviceSize = context->getCTM().mapSize(boundaries.size()); in drawDeferredFilter()
157 FloatSize size = context->getCTM().mapSize(boundaries.size()); in drawDeferredFilter()
171 AffineTransform ctm = context->getCTM(); in drawDeferredFilter()
DSVGRenderingContext.cpp284 AffineTransform transform = m_paintInfo->context->getCTM(); in bufferForeground()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxDecorationData.cpp32 AffineTransform ctm = context->getCTM(); in determineBackgroundBleedAvoidance()
DBoxPainter.cpp212 AffineTransform transform = context->getCTM(); in shrinkRectByOnePixel()
1150 return !context->getCTM().isIdentityOrTranslationOrFlipped(); in shouldAntialiasLines()
1913 AffineTransform transform = context->getCTM(); in paintBoxShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DImageQualityController.cpp179 const AffineTransform& currentTransform = context->getCTM(); in shouldPaintAtLowQuality()
/external/chromium_org/third_party/skia/include/core/
DSkShader.h206 const SkMatrix& getCTM() const { return fCTM; } in getCTM() function
/external/skia/include/core/
DSkShader.h213 const SkMatrix& getCTM() const { return fCTM; } in getCTM() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp212 AffineTransform ctm = context->getCTM(); in drawPattern()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp232 AffineTransform transform = context->getCTM(); in drawPatternForContainer()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp133 AffineTransform savedMatrix = gc->getCTM(); in drawGlyphs()
/external/chromium_org/third_party/skia/src/core/
DSkDraw.cpp2059 if (!this->getCTM().invert(&ctmInv)) { in setup()
/external/skia/src/core/
DSkDraw.cpp2048 if (!this->getCTM().invert(&ctmInv)) { in setup()