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

12

/external/webkit/WebCore/svg/
H A DSVGStyledLocatableElement.cpp58 AffineTransform SVGStyledLocatableElement::getCTM() const function in class:WebCore::SVGStyledLocatableElement
60 return SVGLocatable::getCTM(this);
H A DSVGLocatable.h44 virtual AffineTransform getCTM() const = 0;
53 static AffineTransform getCTM(const SVGElement*);
H A DSVGLocatable.idl34 SVGMatrix getCTM();
H A DSVGStyledLocatableElement.h44 virtual AffineTransform getCTM() const;
H A DSVGLocatable.cpp85 AffineTransform SVGLocatable::getCTM(const SVGElement* element) function in class:WebCore::SVGLocatable
94 AffineTransform parentCTM = static_cast<SVGStyledLocatableElement*>(parentElement)->getCTM();
121 AffineTransform ctm = getCTM();
124 AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM();
H A DSVGStyledTransformableElement.h41 virtual AffineTransform getCTM() const;
H A DSVGTextElement.h42 virtual AffineTransform getCTM() const;
H A DSVGTransformable.h50 AffineTransform getCTM(const SVGElement*) const;
H A DSVGStyledTransformableElement.cpp47 AffineTransform SVGStyledTransformableElement::getCTM() const function in class:WebCore::SVGStyledTransformableElement
49 return SVGTransformable::getCTM(this);
H A DSVGTextElement.cpp80 AffineTransform SVGTextElement::getCTM() const function in class:WebCore::SVGTextElement
82 return SVGTransformable::getCTM(this);
H A DSVGPreserveAspectRatio.h67 AffineTransform getCTM(double logicX, double logicY,
H A DSVGFitToViewBox.cpp83 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), 0, 0, viewWidth, viewHeight);
H A DSVGTransformable.cpp46 AffineTransform SVGTransformable::getCTM(const SVGElement* element) const function in class:WebCore::SVGTransformable
48 AffineTransform ctm = SVGLocatable::getCTM(element);
H A DSVGSVGElement.h118 virtual AffineTransform getCTM() const;
H A DSVGPreserveAspectRatio.cpp238 AffineTransform SVGPreserveAspectRatio::getCTM(double logicX, double logicY, function in class:WebCore::SVGPreserveAspectRatio
H A DSVGSVGElement.cpp437 AffineTransform SVGSVGElement::getCTM() const function in class:WebCore::SVGSVGElement
533 // Element may not be in the document, pretend we're outermost for viewport(), getCTM(), etc.
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp292 if (!isRectSkiaSafe(getCTM(), r))
335 if (!isRectSkiaSafe(getCTM(), r))
350 if (!isRectSkiaSafe(getCTM(), r))
362 if (!isPathSkiaSafe(getCTM(), p))
374 if (!isPathSkiaSafe(getCTM(), p))
386 if (!isRectSkiaSafe(getCTM(), r))
398 if (!isPathSkiaSafe(getCTM(), path))
410 if (!isRectSkiaSafe(getCTM(), oval))
424 if (!isPathSkiaSafe(getCTM(), path))
469 if (!isPathSkiaSafe(getCTM(), pat
808 AffineTransform GraphicsContext::getCTM() const function in class:WebCore::GraphicsContext
[all...]
H A DSkiaFontWin.cpp240 const AffineTransform& matrix = context->getCTM();
/external/webkit/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp193 m_orgTransform = dest->getCTM();
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp394 AffineTransform GraphicsContext::getCTM() const function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp72 TransformationMatrix GraphicsContext::getCTM() const function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp472 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_common->state.strokePattern->createPlatformPattern(getCTM()));
487 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_common->state.fillPattern->createPlatformPattern(getCTM()));
987 AffineTransform GraphicsContext::getCTM() const function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h342 AffineTransform getCTM() const;
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp362 AffineTransform GraphicsContext::getCTM() const function in class:WebCore::GraphicsContext
/external/webkit/WebCore/rendering/
H A DRenderThemeChromiumWin.cpp62 TransformMode transformMode = getTransformMode(context->getCTM());

Completed in 124 milliseconds

12