Searched defs:shadowColor (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDropShadow.cpp39 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
50 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
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
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h63 CGColorRef shadowColor; member in struct:WebTextRenderInfo
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp185 Color shadowColor; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DFindIndicator.cpp153 static Color shadowColor() function in namespace:WebKit
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.h171 Color shadowColor; member in struct:WebCore::GraphicsContextState
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp646 QColor shadowColor = m_state.shadowColor; local
704 QColor shadowColor = m_state.shadowColor; local
820 QColor shadowColor = m_state.shadowColor; local
843 QColor shadowColor = m_state.shadowColor; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp415 const Color& shadowColor = shadow->color(); local
H A DRenderBoxModelObject.cpp2615 const Color& shadowColor = shadow->color(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp491 String CanvasRenderingContext2D::shadowColor() const function in class:WebCore::CanvasRenderingContext2D
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1147 Color shadowColor; local
1571 Color shadowColor; local

Completed in 289 milliseconds