Searched refs:shadowColorSpace (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 281 ColorSpace shadowColorSpace; in drawGlyphs() local 282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) { in drawGlyphs() 514 ColorSpace shadowColorSpace; in drawComplexText() local 515 …if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windows… in drawComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 221 ColorSpace shadowColorSpace; 223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); 231 context->setFillColor(shadowFillColor, shadowColorSpace); 246 context->setShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCGWin.cpp | 146 ColorSpace shadowColorSpace; in drawGDIGlyphs() local 148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace); in drawGDIGlyphs() 361 ColorSpace shadowColorSpace; in drawGlyphs() local 362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in drawGlyphs()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.cpp | 141 m_state.shadowColorSpace = colorSpace; in setShadow() 150 m_state.shadowColorSpace = colorSpace; in setLegacyShadow() 162 m_state.shadowColorSpace = ColorSpaceDeviceRGB; in clearShadow() 177 colorSpace = m_state.shadowColorSpace; in getShadow()
|
D | GraphicsContext.h | 175 , shadowColorSpace(ColorSpaceDeviceRGB) in GraphicsContextState() 214 ColorSpace shadowColorSpace; member
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 230 ColorSpace shadowColorSpace; in windowsCanHandleDrawTextShadow() local 232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in windowsCanHandleDrawTextShadow()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 705 …lur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace); in fillRect() 734 …lur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace); in fillRect() 767 …lur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace); in fillRoundedRect() 819 …lur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace); in fillRectWithRoundedHole()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 102 ColorSpace shadowColorSpace; in setupForText() local 107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in setupForText()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1220 ColorSpace shadowColorSpace; in fillRoundedRect() local 1222 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in fillRoundedRect() 1638 ColorSpace shadowColorSpace; in drawText() local 1640 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) in drawText()
|