Searched defs:hasShadow (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); local
233 return !hasShadow || (!shadowBlur && (shadowColor.alpha() == 255) && (context->fillColor().alpha() == 255));
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp166 bool GraphicsContext::hasShadow() const function in class:WebCore::GraphicsContext
179 return hasShadow();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); local
110 if (hasShadow || hasBothStrokeAndFill) {
139 if (hasShadow) {
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1639 bool hasShadow = textDrawingMode() == TextModeFill local
1644 if (hasShadow) {
1703 if (hasShadow) {
1726 if (hasShadow) {

Completed in 127 milliseconds