Home
last modified time | relevance | path

Searched refs:hasShadow (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DFontQt.cpp107 …bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, sha… in drawComplexText() local
121 if (hasShadow) { in drawComplexText()
139 if (hasShadow) { in drawComplexText()
155 if (hasShadow) { in drawComplexText()
/external/webkit/WebCore/platform/graphics/cairo/
DFontCairo.cpp75 bool hasShadow = context->textDrawingMode() == cTextFill && in drawGlyphs() local
79 if (hasShadow) { in drawGlyphs()
188 if (hasShadow) in drawGlyphs()
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp216 bool hasShadow = context->textDrawingMode() == cTextFill && in drawComplexText() local
220 if (hasShadow) { in drawComplexText()
261 if (hasShadow) in drawComplexText()
/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp229 bool hasShadow = context->getShadow(shadowSize, shadowBlur, shadowColor); in windowsCanHandleDrawTextShadow() local
230 …return (hasShadow && (shadowBlur == 0) && (shadowColor.alpha() == 255) && (context->fillColor().al… in windowsCanHandleDrawTextShadow()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1677 bool hasShadow = textDrawingMode() == cTextFill in drawText() local
1682 if (hasShadow) { in drawText()
1741 if (hasShadow) { in drawText()
1764 if (hasShadow) { in drawText()
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm37 // _auxiliaryStorage->auxWFlags.hasShadow will always be false if the Carbon window has a kWindowNo…
194 …// _auxiliaryStorage->_auxWFlags.hasShadow = (windowAttributes & kWindowNoShadowAttribute) ? NO …
539 …despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will…
542 …despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will…