Home
last modified time | relevance | path

Searched refs:getCTM (Results 1 – 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp297 if (!isRectSkiaSafe(getCTM(), r)) in addInnerRoundedRectClip()
337 if (!isRectSkiaSafe(getCTM(), r)) in clearRect()
352 if (!isRectSkiaSafe(getCTM(), r)) in clip()
365 if (!isPathSkiaSafe(getCTM(), p)) in clip()
381 if (!isPathSkiaSafe(getCTM(), p)) in canvasClip()
393 if (!isRectSkiaSafe(getCTM(), r)) in clipOut()
408 if (!isPathSkiaSafe(getCTM(), path)) in clipOut()
423 if (!isPathSkiaSafe(getCTM(), path)) in clipPath()
474 if (!isPathSkiaSafe(getCTM(), path)) in drawConvexPolygon()
506 if (!isRectSkiaSafe(getCTM(), rect)) in drawEllipse()
[all …]
DSkiaFontWin.cpp255 const AffineTransform& matrix = context->getCTM(); in windowsCanHandleTextDrawingWithoutShadow()
/external/webkit/Source/WebCore/svg/
DSVGLocatable.cpp109 AffineTransform ctm = getCTM(styleUpdateStrategy); in getTransformToElement()
112 …AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM(styleUpdateStr… in getTransformToElement()
DSVGStyledLocatableElement.cpp52 AffineTransform SVGStyledLocatableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGStyledLocatableElement
DSVGStyledLocatableElement.h39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGLocatable.h45 virtual AffineTransform getCTM(StyleUpdateStrategy) const = 0;
DSVGTextElement.h40 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGStyledTransformableElement.h39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGPreserveAspectRatio.h65 AffineTransform getCTM(float logicX, float logicY,
DSVGFitToViewBox.cpp88 …return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRe… in viewBoxToViewTransform()
DSVGStyledTransformableElement.cpp46 AffineTransform SVGStyledTransformableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGStyledTransformableElement
DSVGTextElement.cpp78 AffineTransform SVGTextElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGTextElement
DSVGLocatable.idl34 SVGMatrix getCTM();
DSVGPreserveAspectRatio.cpp250 AffineTransform SVGPreserveAspectRatio::getCTM(float logicX, float logicY, float logicWidth, float … in getCTM() function in WebCore::SVGPreserveAspectRatio
/external/webkit/Source/WebCore/platform/graphics/
DContextShadow.cpp96 if (context->getCTM().isIdentity()) in mustUseContextShadow()
183 const AffineTransform transform = context->getCTM(); in adjustBlurDistance()
215 const AffineTransform transform = context->getCTM(); in calculateLayerBoundingRect()
DShadowBlur.cpp314 const AffineTransform transform = context->getCTM(); in adjustBlurRadius()
350 const AffineTransform transform = context->getCTM(); in calculateLayerBoundingRect()
454 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) { in drawRectShadow()
480 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) { in drawInsetShadow()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTransparencyWin.cpp193 m_orgTransform = dest->getCTM(); in init()
342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse()); in setupTransformForScaleTransform()
/external/webkit/Source/WebCore/platform/gtk/
DWidgetRenderingContext.cpp80 m_paintRect = graphicsContext->getCTM().mapRect(targetRect); in WidgetRenderingContext()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp392 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp582 AffineTransform newTransform = context->getCTM(); in paintDecorationWithStyle()
639 originalTransform = context->getCTM(); in paintTextWithShadows()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp70 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageCG.cpp202 …!= kCGInterpolationNone) && (srcRect.size() != destRect.size() || !ctxt->getCTM().isIdentityOrTran… in draw()
DGraphicsContextCG.cpp458 …Ptr<CGPatternRef> platformPattern(AdoptCF, m_state.strokePattern->createPlatformPattern(getCTM())); in applyStrokePattern()
473 …inPtr<CGPatternRef> platformPattern(AdoptCF, m_state.fillPattern->createPlatformPattern(getCTM())); in applyFillPattern()
1169 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp570 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp205 …if ((!context->getCTM().isIdentityOrTranslationOrFlipped()) || (internalShadowWidth > rect.width()) in drawRectShadow()

12