/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 297 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 …]
|
D | SkiaFontWin.cpp | 255 const AffineTransform& matrix = context->getCTM(); in windowsCanHandleTextDrawingWithoutShadow()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGLocatable.cpp | 109 AffineTransform ctm = getCTM(styleUpdateStrategy); in getTransformToElement() 112 …AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM(styleUpdateStr… in getTransformToElement()
|
D | SVGStyledLocatableElement.cpp | 52 AffineTransform SVGStyledLocatableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGStyledLocatableElement
|
D | SVGStyledLocatableElement.h | 39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGLocatable.h | 45 virtual AffineTransform getCTM(StyleUpdateStrategy) const = 0;
|
D | SVGTextElement.h | 40 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGStyledTransformableElement.h | 39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGPreserveAspectRatio.h | 65 AffineTransform getCTM(float logicX, float logicY,
|
D | SVGFitToViewBox.cpp | 88 …return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRe… in viewBoxToViewTransform()
|
D | SVGStyledTransformableElement.cpp | 46 AffineTransform SVGStyledTransformableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGStyledTransformableElement
|
D | SVGTextElement.cpp | 78 AffineTransform SVGTextElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const in getCTM() function in WebCore::SVGTextElement
|
D | SVGLocatable.idl | 34 SVGMatrix getCTM();
|
D | SVGPreserveAspectRatio.cpp | 250 AffineTransform SVGPreserveAspectRatio::getCTM(float logicX, float logicY, float logicWidth, float … in getCTM() function in WebCore::SVGPreserveAspectRatio
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ContextShadow.cpp | 96 if (context->getCTM().isIdentity()) in mustUseContextShadow() 183 const AffineTransform transform = context->getCTM(); in adjustBlurDistance() 215 const AffineTransform transform = context->getCTM(); in calculateLayerBoundingRect()
|
D | ShadowBlur.cpp | 314 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/ |
D | TransparencyWin.cpp | 193 m_orgTransform = dest->getCTM(); in init() 342 m_drawContext->concatCTM(m_drawContext->getCTM().inverse()); in setupTransformForScaleTransform()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetRenderingContext.cpp | 80 m_paintRect = graphicsContext->getCTM().mapRect(targetRect); in WidgetRenderingContext()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 392 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 582 AffineTransform newTransform = context->getCTM(); in paintDecorationWithStyle() 639 originalTransform = context->getCTM(); in paintTextWithShadows()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 70 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageCG.cpp | 202 …!= kCGInterpolationNone) && (srcRect.size() != destRect.size() || !ctxt->getCTM().isIdentityOrTran… in draw()
|
D | GraphicsContextCG.cpp | 458 …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/ |
D | GraphicsContextAndroid.cpp | 570 AffineTransform GraphicsContext::getCTM() const in getCTM() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 205 …if ((!context->getCTM().isIdentityOrTranslationOrFlipped()) || (internalShadowWidth > rect.width()) in drawRectShadow()
|