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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) {
515 if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windowsCanHandleDrawTextShadow(graphicsContext)) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace);
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 414 bool getShadow(FloatSize&, float&, Color&, ColorSpace&) const;
GraphicsContext.cpp 172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpace) const
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 85 milliseconds