Searched refs:shadowColor (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDropShadow.h46 Color shadowColor() const { return m_shadowColor; } function in class:WebCore::FEDropShadow
47 void setShadowColor(const Color& shadowColor) { m_shadowColor = shadowColor; } argument
H A DFEDropShadow.cpp39 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
45 , m_shadowColor(shadowColor)
50 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
52 return adoptRef(new FEDropShadow(filter, stdX, stdY, dx, dy, shadowColor, shadowOpacity));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp185 Color shadowColor; local
187 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
189 bool hasSimpleShadow = graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && (!graphicsContext->shadowsIgnoreTransforms() || graphicsContext->getCTM().isIdentityOrTranslationOrFlipped());
194 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
216 graphicsContext->setShadow(shadowOffset, shadowBlur, shadowColor, ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontMac.mm227 Color shadowColor;
230 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
241 bool hasSimpleShadow = context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && !platformData.isColorBitmapFont() && (!context->shadowsIgnoreTransforms() || contextCTM.isIdentityOrTranslationOrFlipped()) && !context->isInTransparencyLayer();
246 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
262 context->setShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h63 CGColorRef shadowColor; member in struct:WebTextRenderInfo
H A DWebKitGraphics.cpp111 (info->shadowOffset.cx || info->shadowOffset.cy || info->shadowBlur || info->shadowColor))
112 context.setShadow(FloatSize(info->shadowOffset.cx, info->shadowOffset.cy), info->shadowBlur, info->shadowColor, ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.mm100 RetainPtr<NSColor> shadowColor = [NSColor colorWithCalibratedWhite:WarningViewShadowWhite alpha:WarningViewShadowAlpha];
101 [shadow.get() setShadowColor:shadowColor.get()];
H A DScrollbarThemeMac.mm629 contentShadowLayer.shadowColor = CGColorGetConstantColor(kCGColorBlack);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp646 QColor shadowColor = m_state.shadowColor; local
647 shadowColor.setAlphaF(shadowColor.alphaF() * p->brush().color().alphaF());
648 p->fillPath(platformPath, shadowColor);
704 QColor shadowColor = m_state.shadowColor; local
705 shadowColor.setAlphaF(shadowColor.alphaF() * pen.color().alphaF());
707 shadowPen.setColor(shadowColor);
820 QColor shadowColor = m_state.shadowColor; local
843 QColor shadowColor = m_state.shadowColor; local
[all...]
H A DFontQt.cpp139 shadowPainter->setPen(state.shadowColor);
148 painter->setPen(state.shadowColor);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.cpp145 m_state.shadowColor = color;
154 m_state.shadowColor = color;
166 m_state.shadowColor = Color();
173 return m_state.shadowColor.isValid() && m_state.shadowColor.alpha()
181 color = m_state.shadowColor;
189 return m_state.shadowColor.isValid() && m_state.shadowColor.alpha() && m_state.shadowBlur;
H A DGraphicsContext.h171 Color shadowColor; member in struct:WebCore::GraphicsContextState
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DFindIndicator.cpp153 static Color shadowColor() function in namespace:WebKit
187 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor(), ColorSpaceSRGB);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadowsAndTransparencyLayers.py80 shadowColor = CGColorCreateCopyWithAlpha(Utilities.getRGBOpaqueRedColor(), 1.0/3.0)
82 CGContextSetShadowWithColor(context, offset, blur, shadowColor)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadowsAndTransparencyLayers.py80 shadowColor = CGColorCreateCopyWithAlpha(Utilities.getRGBOpaqueRedColor(), 1.0/3.0)
82 CGContextSetShadowWithColor(context, offset, blur, shadowColor)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFontCairo.cpp79 setSourceRGBAFromColor(context, graphicsContext->state().shadowColor);
H A DGraphicsContextCairo.cpp223 m_state.shadowColor,
797 m_state.shadowColor,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontBlackBerry.cpp111 ShadowBlur shadow(FloatSize(state.shadowBlur, state.shadowBlur), offset, state.shadowColor, state.shadowColorSpace);
H A DGraphicsContextBlackBerry.cpp80 setPlatformShadow(m_state.shadowOffset, m_state.shadowBlur, m_state.shadowColor, m_state.shadowColorSpace);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1147 Color shadowColor; local
1150 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
1172 OwnPtr<HBRUSH> brush = createBrush(shadowColor);
1571 Color shadowColor; local
1574 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)
1575 && shadowColor.alpha();
1579 shadowRGBColor = RGB(shadowColor.red(), shadowColor.green(), shadowColor.blue());
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.idl53 [TreatNullAs=NullString] attribute DOMString shadowColor;
H A DCanvasRenderingContext2D.h109 String shadowColor() const;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBoxModelObject.cpp2615 const Color& shadowColor = shadow->color(); local
2637 context->setLegacyShadow(shadowOffset, shadowRadius, shadowColor, s->colorSpace());
2639 context->setShadow(shadowOffset, shadowRadius, shadowColor, s->colorSpace());
2690 context->fillRoundedRect(border, shadowColor, s->colorSpace());
2692 context->fillRect(border.rect(), shadowColor, s->colorSpace());
2712 Color fillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), 255);
2731 context->setLegacyShadow(shadowOffset, shadowRadius, shadowColor, s->colorSpace());
2733 context->setShadow(shadowOffset, shadowRadius, shadowColor,
[all...]
H A DInlineTextBox.cpp415 const Color& shadowColor = shadow->color(); local
428 context->setShadow(shadowOffset, shadowRadius, shadowColor, context->fillColorSpace());
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.cpp79 static const QColor shadowColor(80, 80, 80, 160);
490 drawControlBackground(&cachePainter, Qt::NoPen, rect.adjusted(0, dropShadowSize, 0, dropShadowSize), shadowColor);

Completed in 215 milliseconds

12