Searched refs:hasSimpleShadow (Results 1 - 2 of 2) sorted by relevance

/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());
226 if (hasSimpleShadow) {
245 if (hasSimpleShadow)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp364 bool hasSimpleShadow = graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && (!graphicsContext->shadowsIgnoreTransforms() || graphicsContext->getCTM().isIdentityOrTranslationOrFlipped()); local
365 if (hasSimpleShadow) {
390 if (hasSimpleShadow)

Completed in 65 milliseconds