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

  /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/
GraphicsContext.h 175 , shadowColorSpace(ColorSpaceDeviceRGB)
214 ColorSpace 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/skia/
SkiaFontWin.cpp 230 ColorSpace shadowColorSpace;
232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /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 126 milliseconds