HomeSort by relevance Sort by last modified time
    Searched refs:getCTM (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebCore/svg/
SVGLocatable.h 44 virtual AffineTransform getCTM() const = 0;
53 static AffineTransform getCTM(const SVGElement*);
SVGStyledLocatableElement.cpp 58 AffineTransform SVGStyledLocatableElement::getCTM() const
60 return SVGLocatable::getCTM(this);
SVGLocatable.idl 34 SVGMatrix getCTM();
SVGStyledLocatableElement.h 44 virtual AffineTransform getCTM() const;
SVGLocatable.cpp 85 AffineTransform SVGLocatable::getCTM(const SVGElement* element)
94 AffineTransform parentCTM = static_cast<SVGStyledLocatableElement*>(parentElement)->getCTM();
121 AffineTransform ctm = getCTM();
124 AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM();
SVGStyledTransformableElement.h 41 virtual AffineTransform getCTM() const;
SVGTextElement.h 42 virtual AffineTransform getCTM() const;
SVGTransformable.h 50 AffineTransform getCTM(const SVGElement*) const;
SVGStyledTransformableElement.cpp 47 AffineTransform SVGStyledTransformableElement::getCTM() const
49 return SVGTransformable::getCTM(this);
SVGTextElement.cpp 80 AffineTransform SVGTextElement::getCTM() const
82 return SVGTransformable::getCTM(this);
SVGPreserveAspectRatio.h 67 AffineTransform getCTM(double logicX, double logicY,
SVGFitToViewBox.cpp 83 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), 0, 0, viewWidth, viewHeight);
SVGSVGElement.h 118 virtual AffineTransform getCTM() const;
SVGTransformable.cpp 46 AffineTransform SVGTransformable::getCTM(const SVGElement* element) const
48 AffineTransform ctm = SVGLocatable::getCTM(element);
SVGPreserveAspectRatio.cpp 238 AffineTransform SVGPreserveAspectRatio::getCTM(double logicX, double logicY,
SVGSVGElement.cpp 437 AffineTransform SVGSVGElement::getCTM() const
533 // Element may not be in the document, pretend we're outermost for viewport(), getCTM(), etc.
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 292 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(), path)
    [all...]
SkiaFontWin.cpp 240 const AffineTransform& matrix = context->getCTM();
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 193 m_orgTransform = dest->getCTM();
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 394 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 72 TransformationMatrix GraphicsContext::getCTM() const
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 472 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
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 342 AffineTransform getCTM() const;
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 362 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 62 TransformMode transformMode = getTransformMode(context->getCTM());

Completed in 200 milliseconds

1 2