Searched refs:getShadow (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 282 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/ |
D | FontCGWin.cpp | 148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace); in drawGDIGlyphs() 362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in drawGlyphs()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in windowsCanHandleDrawTextShadow()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 414 bool getShadow(FloatSize&, float&, Color&, ColorSpace&) const;
|
D | GraphicsContext.cpp | 172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpac… in getShadow() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in setupForText()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1222 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in fillRoundedRect() 1640 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) in drawText()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 38163 (WebCore::GraphicsContext::getShadow): 43957 (WebCore::GraphicsContext::getShadow): 46132 (WebCore::GraphicsContext::getShadow): 46284 (WebCore::GraphicsContext::getShadow):
|
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.
|
D | ChangeLog-2010-12-06 | 70820 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):
|