Searched refs:hasShadow (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 499 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/ |
D | SkiaFontWin.cpp | 232 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/ |
D | FontAndroid.cpp | 107 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/ |
D | GraphicsContextCG.cpp | 556 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/ |
D | GraphicsContext.cpp | 166 bool GraphicsContext::hasShadow() const in hasShadow() function in WebCore::GraphicsContext 179 return hasShadow(); in getShadow()
|
D | GraphicsContext.h | 408 bool hasShadow() const;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 455 … graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext->hasShadow()) in drawGlyphs()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 575 if (hasShadow()) in fillRect() 1130 if (hasShadow()) in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1639 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/ |
D | CarbonWindowAdapter.mm | 37 // _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/ |
D | PlatformGraphicsContextRecording.cpp | 997 if (m_gc->hasShadow()) { in calculateFinalBounds()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 34333 (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
|
D | ChangeLog-2011-02-16 | 31924 [Qt][GTK] Use GraphicsContext::hasShadow() in port-specific code 31927 r75139 introduced GraphicsContext::hasShadow(). This can now simplify
|