Searched refs:getCTM (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.idl42 [ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
H A DSVGFitToViewBox.cpp52 return preserveAspectRatio->getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
H A DSVGGraphicsElement.cpp48 AffineTransform ctm = getCTM(AllowStyleUpdate);
51 AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(AllowStyleUpdate);
104 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) function in class:blink::SVGGraphicsElement
116 return SVGMatrixTearOff::create(getCTM());
H A DSVGGraphicsElement.h43 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
H A DSVGPreserveAspectRatio.h74 AffineTransform getCTM(float logicX, float logicY,
H A DSVGPreserveAspectRatio.cpp293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physicalHeight) const function in class:blink::SVGPreserveAspectRatio
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxDecorationData.cpp30 // FIXME: See crbug.com/382491. getCTM does not accurately reflect the scale at the time content is
32 AffineTransform ctm = context->getCTM();
H A DBoxPainter.cpp207 // FIXME: See crbug.com/382491. The use of getCTM in this context is incorrect because the matrix returned does not
212 AffineTransform transform = context->getCTM();
1148 // FIXME: See crbug.com/382491. getCTM does not include scale factors applied at raster time, such
1150 return !context->getCTM().isIdentityOrTranslationOrFlipped();
1911 // FIXME: See crbug.com/382491. The use of getCTM may also be wrong because it does not include
1913 AffineTransform transform = context->getCTM();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilter.cpp137 FloatSize deviceSize = context->getCTM().mapSize(boundaries.size());
155 // FIXME: See crbug.com/382491. Is the use of getCTM OK here, given it does not include device
157 FloatSize size = context->getCTM().mapSize(boundaries.size());
171 AffineTransform ctm = context->getCTM();
H A DSVGRenderingContext.cpp284 AffineTransform transform = m_paintInfo->context->getCTM();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp1136 EXPECT_EQ(context.getCTM(), controlContext.getCTM());
1138 EXPECT_EQ(context.getCTM(), controlContext.getCTM());
1143 EXPECT_EQ(context.getCTM(), controlContext.getCTM());
1148 EXPECT_EQ(context.getCTM(), controlContext.getCTM());
1152 EXPECT_EQ(context.getCTM(), controlContext.getCTM());
[all...]
H A DGraphicsContext.h378 // Note that the getCTM method returns only the current transform from Blink's perspective,
381 AffineTransform getCTM() const;
H A DGraphicsContext.cpp1697 AffineTransform GraphicsContext::getCTM() const function in class:blink::GraphicsContext
1804 AffineTransform transform = getCTM();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.cpp179 const AffineTransform& currentTransform = context->getCTM();
/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h206 const SkMatrix& getCTM() const { return fCTM; } function in class:SkShader::Context
/external/skia/include/core/
H A DSkShader.h213 const SkMatrix& getCTM() const { return fCTM; } function in class:SkShader::Context
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp212 AffineTransform ctm = context->getCTM();
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp232 AffineTransform transform = context->getCTM();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp133 AffineTransform savedMatrix = gc->getCTM();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2406 p = p.matrixTransform(g.getCTM().inverse());
2411 setCTM(g, g.getCTM().multiply(k));
2436 var p = getEventPoint(evt).matrixTransform(g.getCTM().inverse());
2438 setCTM(stateTarget, root.createSVGMatrix().translate(p.x - stateOrigin.x, p.y - stateOrigin.y).multiply(g.getCTM().inverse()).multiply(stateTarget.getCTM()));
2461 stateTf = g.getCTM().inverse();
2470 stateTf = g.getCTM().inverse();
/external/jemalloc/bin/
H A Dpprof2406 p = p.matrixTransform(g.getCTM().inverse());
2411 setCTM(g, g.getCTM().multiply(k));
2436 var p = getEventPoint(evt).matrixTransform(g.getCTM().inverse());
2438 setCTM(stateTarget, root.createSVGMatrix().translate(p.x - stateOrigin.x, p.y - stateOrigin.y).multiply(g.getCTM().inverse()).multiply(stateTarget.getCTM()));
2461 stateTf = g.getCTM().inverse();
2470 stateTf = g.getCTM().inverse();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2406 p = p.matrixTransform(g.getCTM().inverse());
2411 setCTM(g, g.getCTM().multiply(k));
2436 var p = getEventPoint(evt).matrixTransform(g.getCTM().inverse());
2438 setCTM(stateTarget, root.createSVGMatrix().translate(p.x - stateOrigin.x, p.y - stateOrigin.y).multiply(g.getCTM().inverse()).multiply(stateTarget.getCTM()));
2461 stateTf = g.getCTM().inverse();
2470 stateTf = g.getCTM().inverse();
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp2059 if (!this->getCTM().invert(&ctmInv)) {
/external/skia/src/core/
H A DSkDraw.cpp2048 if (!this->getCTM().invert(&ctmInv)) {

Completed in 936 milliseconds