Home
last modified time | relevance | path

Searched refs:hasShadow (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp499 if (hasShadow()) { in fillPath()
551 if (hasShadow()) { in strokePath()
677 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0; in fillRect()
688 QPainter* shadowPainter = hasShadow() ? shadow->beginShadowLayer(this, normalizedRect) : 0; in fillRect()
697 if (hasShadow()) { in fillRect()
728 if (hasShadow()) { in fillRect()
752 if (hasShadow()) { in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in windowsCanHandleDrawTextShadow() local
233 …return !hasShadow || (!shadowBlur && (shadowColor.alpha() == 255) && (context->fillColor().alpha()… in windowsCanHandleDrawTextShadow()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace); in setupForText() local
110 if (hasShadow || hasBothStrokeAndFill) { in setupForText()
139 if (hasShadow) { in setupForText()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp556 if (hasShadow()) { in fillPath()
611 if (hasShadow()) { in strokePath()
674 if (hasShadow()) { in fillRect()
1005 if (hasShadow()) { in strokeRect()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp166 bool GraphicsContext::hasShadow() const in hasShadow() function in WebCore::GraphicsContext
179 return hasShadow(); in getShadow()
DGraphicsContext.h408 bool hasShadow() const;
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp455 … graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext->hasShadow()) in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp575 if (hasShadow()) in fillRect()
1130 if (hasShadow()) in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1639 bool hasShadow = textDrawingMode() == TextModeFill in drawText() local
1644 if (hasShadow) { in drawText()
1703 if (hasShadow) { in drawText()
1726 if (hasShadow) { in drawText()
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm37 // _auxiliaryStorage->auxWFlags.hasShadow will always be false if the Carbon window has a kWindowNo…
195 …// _auxiliaryStorage->_auxWFlags.hasShadow = (windowAttributes & kWindowNoShadowAttribute) ? NO …
541 …despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will…
544 …despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will…
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp997 if (m_gc->hasShadow()) { in calculateFinalBounds()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0634333 (WebCore::GraphicsContextPlatformPrivate::hasShadow): Added.
48792 …(WebCore::GraphicsContextPlatformPrivate::hasShadow): Updated to reflect new ContextShadow members.
77979 (WebCore::GraphicsContextPlatformPrivate::hasShadow):
78024 (WebCore::GraphicsContextPlatformPrivate::hasShadow):
78292 (WebCore::GraphicsContextPlatformPrivate::hasShadow):
78323 (WebCore::GraphicsContextPlatformPrivate::hasShadow):
78567 (WebCore::GraphicsContextPlatformPrivate::hasShadow): Convenient
78885 (WebCore::GraphicsContextPlatformPrivate::hasShadow): Convenient
DChangeLog-2011-02-1631924 [Qt][GTK] Use GraphicsContext::hasShadow() in port-specific code
31927 r75139 introduced GraphicsContext::hasShadow(). This can now simplify