/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGGraphicsElement.cpp | 48 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()
|
D | SVGFitToViewBox.cpp | 52 …return preserveAspectRatio->getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxR… in viewBoxToViewTransform()
|
D | SVGGraphicsElement.h | 43 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
|
D | SVGPreserveAspectRatio.h | 74 AffineTransform getCTM(float logicX, float logicY,
|
D | SVGGraphicsElement.idl | 42 [ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
|
D | SVGPreserveAspectRatio.cpp | 293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM() function in blink::SVGPreserveAspectRatio
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContextTest.cpp | 1136 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()
|
D | GraphicsContext.h | 381 AffineTransform getCTM() const;
|
D | GraphicsContext.cpp | 1697 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/ |
D | RenderSVGResourceFilter.cpp | 137 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()
|
D | SVGRenderingContext.cpp | 284 AffineTransform transform = m_paintInfo->context->getCTM(); in bufferForeground()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BoxDecorationData.cpp | 32 AffineTransform ctm = context->getCTM(); in determineBackgroundBleedAvoidance()
|
D | BoxPainter.cpp | 212 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/ |
D | ImageQualityController.cpp | 179 const AffineTransform& currentTransform = context->getCTM(); in shouldPaintAtLowQuality()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkShader.h | 206 const SkMatrix& getCTM() const { return fCTM; } in getCTM() function
|
/external/skia/include/core/ |
D | SkShader.h | 213 const SkMatrix& getCTM() const { return fCTM; } in getCTM() function
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
D | NativeImageSkia.cpp | 212 AffineTransform ctm = context->getCTM(); in drawPattern()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 232 AffineTransform transform = context->getCTM(); in drawPatternForContainer()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | FontHarfBuzz.cpp | 133 AffineTransform savedMatrix = gc->getCTM(); in drawGlyphs()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkDraw.cpp | 2059 if (!this->getCTM().invert(&ctmInv)) { in setup()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 2048 if (!this->getCTM().invert(&ctmInv)) { in setup()
|