Home
last modified time | relevance | path

Searched refs:shadowColorSpace (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp281 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/
DFontMac.mm221 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/
DFontCGWin.cpp146 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/
DGraphicsContext.cpp141 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()
DGraphicsContext.h175 , shadowColorSpace(ColorSpaceDeviceRGB) in GraphicsContextState()
214 ColorSpace shadowColorSpace; member
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp230 ColorSpace shadowColorSpace; in windowsCanHandleDrawTextShadow() local
232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in windowsCanHandleDrawTextShadow()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp705 …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/
DFontAndroid.cpp102 ColorSpace shadowColorSpace; in setupForText() local
107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in setupForText()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1220 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()