HomeSort by relevance Sort by last modified time
    Searched refs:shadowColorSpace (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
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/chromium/
FontChromiumWin.cpp 281 ColorSpace shadowColorSpace;
282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) {
514 ColorSpace shadowColorSpace;
515 if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windowsCanHandleDrawTextShadow(graphicsContext)) {
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 146 ColorSpace shadowColorSpace;
148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace);
361 ColorSpace shadowColorSpace;
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 230 ColorSpace shadowColorSpace;
232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 141 m_state.shadowColorSpace = colorSpace;
150 m_state.shadowColorSpace = colorSpace;
162 m_state.shadowColorSpace = ColorSpaceDeviceRGB;
177 colorSpace = m_state.shadowColorSpace;
GraphicsContext.h 175 , shadowColorSpace(ColorSpaceDeviceRGB)
214 ColorSpace shadowColorSpace;
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 705 ShadowBlur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace);
734 ShadowBlur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace);
767 ShadowBlur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace);
819 ShadowBlur contextShadow(shadowBlur, m_state.shadowOffset, m_state.shadowColor, m_state.shadowColorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 102 ColorSpace shadowColorSpace;
107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 690 milliseconds