Searched refs:isIdentityOrTranslationOrFlipped (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h129 bool isIdentityOrTranslationOrFlipped() const function in class:WebCore::AffineTransform
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm225 bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && !platformData.isColorBitmapFont() && (!context->shadowsIgnoreTransforms() || context->getCTM().isIdentityOrTranslationOrFlipped());
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp202 shouldUseSubimage = (interpolationQuality != kCGInterpolationNone) && (srcRect.size() != destRect.size() || !ctxt->getCTM().isIdentityOrTranslationOrFlipped());
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp205 if ((!context->getCTM().isIdentityOrTranslationOrFlipped()) || (internalShadowWidth > rect.width())
/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp317 // FIXME: use AffineTransform::isIdentityOrTranslationOrFlipped()?
454 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) {
480 if (!graphicsContext->getCTM().isIdentityOrTranslationOrFlipped() || m_type != BlurShadow) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp364 bool hasSimpleShadow = graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && (!graphicsContext->shadowsIgnoreTransforms() || graphicsContext->getCTM().isIdentityOrTranslationOrFlipped());
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm512 bool canDrawDirectly = currentCTM.isIdentityOrTranslationOrFlipped();
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp159 bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
1376 bool antialias = !currentCTM.isIdentityOrTranslationOrFlipped();
H A DRenderBox.cpp891 pushTransparencyLayer = !currentCTM.isIdentityOrTranslationOrFlipped();

Completed in 139 milliseconds