Searched refs:getShadow (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 268 if (m_graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor)) { in drawGlyphs() 476 …if (graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor) && windowsCanHandleDrawTextSha… in drawComplexText()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 75 context->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCGWin.cpp | 146 graphicsContext->getShadow(size, blur, color); in drawGDIGlyphs() 333 graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 120 …bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, sha… in drawComplexText()
|
D | GraphicsContextQt.cpp | 479 if (textDrawingMode() == cTextFill && getShadow(shadowSize, shadowBlur, shadowColor)) { in drawLine()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 95 context->getShadow(shadowSize, shadowBlur, shadowColor);
|
D | FontMacATSUI.mm | 535 graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor);
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 229 bool hasShadow = context->getShadow(shadowSize, shadowBlur, shadowColor); in windowsCanHandleDrawTextShadow()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 217 context->getShadow(shadowSize, shadowBlur, shadowColor); in drawComplexText()
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 306 bool getShadow(IntSize&, int&, Color&) const;
|
D | GraphicsContext.cpp | 151 bool GraphicsContext::getShadow(IntSize& size, int& blur, Color& color) const in getShadow() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1246 getShadow(shadowSize, shadowBlur, shadowColor); in fillRoundedRect() 1669 && getShadow(shadowSize, shadowBlur, shadowColor) in drawText()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 8838 Return bool from GraphicsContext::getShadow() so the tests aren't duplicated so 8843 (WebCore::GraphicsContext::getShadow): return a boolean from getShadow() 8852 (WebCore::GraphicsContext::drawLine): use return from getShadow() to 38464 (WebCore::GraphicsContext::getShadow): Added.
|