/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 317 if (getShadow(shadowSize, shadowBlur, shadowColor)) { in drawRect() 354 if (textDrawingMode() == cTextFill && getShadow(shadowSize, shadowBlur, shadowColor)) { in drawLine() 458 if (getShadow(shadowSize, shadowBlur, shadowColor)) { in strokeArc() 491 if (getShadow(shadowSize, shadowBlur, shadowColor)) { in drawConvexPolygon() 522 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) { in drawFilledShadowPath() 569 if (getShadow(shadowSize, shadowBlur, shadowColor)) { in strokePath() 601 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) { in drawBorderlessRectShadow()
|
D | FontQt.cpp | 107 …bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, sha… in drawComplexText()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 279 if (m_graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor)) { in drawGlyphs() 489 …if (graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor) && windowsCanHandleDrawTextSha… in drawComplexText()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCGWin.cpp | 146 graphicsContext->getShadow(size, blur, color); in drawGDIGlyphs() 358 graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | ImageCairo.cpp | 140 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) { in draw()
|
D | FontCairo.cpp | 76 context->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
|
D | GraphicsContextCairo.cpp | 159 if (!context->getShadow(shadowSize, shadowBlur, shadowColor)) in drawPathShadow() 558 if (!context->getShadow(shadowSize, shadowBlur, shadowColor)) in drawBorderlessRectShadow()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 119 context->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 | 302 bool getShadow(IntSize&, int&, Color&) const;
|
D | GraphicsContext.cpp | 148 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 | 1255 getShadow(shadowSize, shadowBlur, shadowColor); in fillRoundedRect() 1678 && 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.
|