Searched defs:setShadow (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DEllipsisBox.cpp42 bool setShadow = false; local
H A DInlineTextBox.cpp1191 bool setShadow = false; local
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/CPP/
H A DWebDOMTestTypedefs.cpp194 void WebDOMTestTypedefs::setShadow(float width, float height, float blur, const WebDOMString& color, float alpha) function in class:WebDOMTestTypedefs
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.cpp141 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DSVGRenderStyle.h265 void setShadow(PassOwnPtr<ShadowData> obj) { shadowSVG.access()->shadow = obj; } function in class:WebCore::SVGRenderStyle
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp1138 void CanvasRenderingContext2D::setShadow(float width, float height, float blur) function in class:WebCore::CanvasRenderingContext2D
1143 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color) function in class:WebCore::CanvasRenderingContext2D
1151 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel) function in class:WebCore::CanvasRenderingContext2D
1156 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color, float alpha) function in class:WebCore::CanvasRenderingContext2D
1164 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel, float alpha) function in class:WebCore::CanvasRenderingContext2D
1169 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float r, float g, float b, float a) function in class:WebCore::CanvasRenderingContext2D
1174 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, float y, float k, float a) function in class:WebCore::CanvasRenderingContext2D
1184 void CanvasRenderingContext2D::setShadow(const FloatSize& offset, float blur, RGBA32 color) function in class:WebCore::CanvasRenderingContext2D
[all...]

Completed in 304 milliseconds