Home
last modified time | relevance | path

Searched refs:getShadow (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp317 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()
DFontQt.cpp107 …bool hasShadow = ctx->textDrawingMode() == cTextFill && ctx->getShadow(shadowSize, shadowBlur, sha… in drawComplexText()
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp279 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/
DFontCGWin.cpp146 graphicsContext->getShadow(size, blur, color); in drawGDIGlyphs()
358 graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
/external/webkit/WebCore/platform/graphics/cairo/
DImageCairo.cpp140 if (context->getShadow(shadowSize, shadowBlur, shadowColor)) { in draw()
DFontCairo.cpp76 context->getShadow(shadowSize, shadowBlur, shadowColor); in drawGlyphs()
DGraphicsContextCairo.cpp159 if (!context->getShadow(shadowSize, shadowBlur, shadowColor)) in drawPathShadow()
558 if (!context->getShadow(shadowSize, shadowBlur, shadowColor)) in drawBorderlessRectShadow()
/external/webkit/WebCore/platform/graphics/mac/
DFontMac.mm119 context->getShadow(shadowSize, shadowBlur, shadowColor);
/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp229 bool hasShadow = context->getShadow(shadowSize, shadowBlur, shadowColor); in windowsCanHandleDrawTextShadow()
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp217 context->getShadow(shadowSize, shadowBlur, shadowColor); in drawComplexText()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h302 bool getShadow(IntSize&, int&, Color&) const;
DGraphicsContext.cpp148 bool GraphicsContext::getShadow(IntSize& size, int& blur, Color& color) const in getShadow() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1255 getShadow(shadowSize, shadowBlur, shadowColor); in fillRoundedRect()
1678 && getShadow(shadowSize, shadowBlur, shadowColor) in drawText()
/external/webkit/WebCore/
DChangeLog-2008-08-108838 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.