Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) { in drawGlyphs()
515 …if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windows… in drawComplexText()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace); in drawGDIGlyphs()
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in windowsCanHandleDrawTextShadow()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h414 bool getShadow(FloatSize&, float&, Color&, ColorSpace&) const;
DGraphicsContext.cpp172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpac… in getShadow() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in setupForText()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1222 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in fillRoundedRect()
1640 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) in drawText()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638163 (WebCore::GraphicsContext::getShadow):
43957 (WebCore::GraphicsContext::getShadow):
46132 (WebCore::GraphicsContext::getShadow):
46284 (WebCore::GraphicsContext::getShadow):
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.
DChangeLog-2010-12-0670820 GraphicsContext::setShadow and getShadow functions
70823 Change the shadowSize parameter ot the functions getShadow and
70830 (WebCore::GraphicsContext::getShadow):
78571 calling getShadow.
78889 calling getShadow.
121959 (WebCore::GraphicsContext::getShadow):
124842 (WebCore::GraphicsContext::getShadow):