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

1 2

  /external/webkit/Source/WebCore/svg/
SVGLocatable.idl 34 SVGMatrix getCTM();
SVGStyledLocatableElement.h 39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGLocatable.h 45 virtual AffineTransform getCTM(StyleUpdateStrategy) const = 0;
53 NearestViewportScope, // Used for getCTM()
SVGStyledLocatableElement.cpp 52 AffineTransform SVGStyledLocatableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
SVGStyledTransformableElement.h 39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGTextElement.h 40 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGLocatable.cpp 97 // For getCTM() computation, stop at the nearest viewport element
109 AffineTransform ctm = getCTM(styleUpdateStrategy);
112 AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM(styleUpdateStrategy);
SVGPreserveAspectRatio.h 65 AffineTransform getCTM(float logicX, float logicY,
SVGFitToViewBox.cpp 88 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGStyledTransformableElement.cpp 46 AffineTransform SVGStyledTransformableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
SVGTextElement.cpp 78 AffineTransform SVGTextElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
SVGPreserveAspectRatio.cpp 250 AffineTransform SVGPreserveAspectRatio::getCTM(float logicX, float logicY, float logicWidth, float logicHeight, float physWidth, float physHeight) const
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 297 if (!isRectSkiaSafe(getCTM(), r))
337 if (!isRectSkiaSafe(getCTM(), r))
352 if (!isRectSkiaSafe(getCTM(), r))
365 if (!isPathSkiaSafe(getCTM(), p))
381 if (!isPathSkiaSafe(getCTM(), p))
393 if (!isRectSkiaSafe(getCTM(), r))
408 if (!isPathSkiaSafe(getCTM(), path))
423 if (!isPathSkiaSafe(getCTM(), path))
474 if (!isPathSkiaSafe(getCTM(), path))
506 if (!isRectSkiaSafe(getCTM(), rect)
    [all...]
SkiaFontWin.cpp 255 const AffineTransform& matrix = context->getCTM();
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 96 if (context->getCTM().isIdentity())
183 const AffineTransform transform = context->getCTM();
215 const AffineTransform transform = context->getCTM();
ShadowBlur.cpp 314 const AffineTransform transform = context->getCTM();
350 const AffineTransform transform = context->getCTM();
454 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) {
480 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 193 m_orgTransform = dest->getCTM();
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse());
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 225 bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && !platformData.isColorBitmapFont() && (!context->shadowsIgnoreTransforms() || context->getCTM().isIdentityOrTranslationOrFlipped());
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 202 shouldUseSubimage = (interpolationQuality != kCGInterpolationNone) && (srcRect.size() != destRect.size() || !ctxt->getCTM().isIdentityOrTranslationOrFlipped());
GraphicsContextCG.cpp 458 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.strokePattern->createPlatformPattern(getCTM()));
473 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.fillPattern->createPlatformPattern(getCTM()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 392 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 70 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 80 m_paintRect = graphicsContext->getCTM().mapRect(targetRect);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 570 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 205 if ((!context->getCTM().isIdentityOrTranslationOrFlipped()) || (internalShadowWidth > rect.width())

Completed in 742 milliseconds

1 2