Searched refs:setShadow (Results 1 - 20 of 20) sorted by relevance

/external/webkit/WebCore/rendering/
H A DEllipsisBox.cpp37 bool setShadow = false; local
39 context->setShadow(IntSize(style->textShadow()->x, style->textShadow()->y),
41 setShadow = true;
60 if (setShadow)
H A DSVGInlineTextBox.cpp410 bool setShadow = false; local
412 paintInfo.context->setShadow(IntSize(styleToUse->textShadow()->x, styleToUse->textShadow()->y),
415 setShadow = true;
444 if (setShadow)
H A DInlineTextBox.cpp302 context->setShadow(shadowOffset, shadowBlur, shadowColor, fillColorSpace);
694 bool setShadow = false; local
703 context->setShadow(IntSize(shadow->x, shadow->y - extraOffset), shadow->blur, shadow->color, colorSpace);
704 setShadow = true;
728 else if (setShadow)
H A DInlineFlowBox.cpp997 bool setShadow = false; local
1005 context->setShadow(IntSize(shadow->x, shadow->y - extraOffset), shadow->blur, shadow->color, colorSpace);
1006 setShadow = true;
1030 else if (setShadow)
H A DSVGRenderSupport.cpp106 paintInfo.context->setShadow(IntSize(shadow->x, shadow->y), shadow->blur, shadow->color, style->colorSpace());
H A DRenderBoxModelObject.cpp1341 context->setShadow(shadowOffset, shadowBlur, shadowColor, s->colorSpace());
1464 context->setShadow(shadowOffset, shadowBlur, shadowColor, s->colorSpace());
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h147 void setShadow(float width, float height, float blur);
148 void setShadow(float width, float height, float blur, const String& color);
149 void setShadow(float width, float height, float blur, float grayLevel);
150 void setShadow(float width, float height, float blur, const String& color, float alpha);
151 void setShadow(float width, float height, float blur, float grayLevel, float alpha);
152 void setShadow(float width, float height, float blur, float r, float g, float b, float a);
153 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
H A DCanvasRenderingContext2D.cpp306 // FIXME: What should this return if you called setShadow with a non-string color?
799 void CanvasRenderingContext2D::setShadow(float width, float height, float blur) function in class:WebCore::CanvasRenderingContext2D
807 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color) function in class:WebCore::CanvasRenderingContext2D
815 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel) function in class:WebCore::CanvasRenderingContext2D
826 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace);
829 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color, float alpha) function in class:WebCore::CanvasRenderingContext2D
842 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(colorWithOverrideAlpha(rgba, alpha)), DeviceColorSpace);
845 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel, float alpha) function in class:WebCore::CanvasRenderingContext2D
856 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace);
859 void CanvasRenderingContext2D::setShadow(floa function in class:WebCore::CanvasRenderingContext2D
875 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, float y, float k, float a) function in class:WebCore::CanvasRenderingContext2D
[all...]
H A DCanvasRenderingContext2D.idl106 [Custom] void setShadow(/* 3 */);
/external/webkit/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp289 JSValue JSCanvasRenderingContext2D::setShadow(ExecState* exec, const ArgList& args) function in class:WebCore::JSCanvasRenderingContext2D
295 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
300 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
303 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
308 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
312 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
317 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
323 context->setShadow(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CanvasRenderingContext2DCustom.cpp180 INC_STATS("DOM.CanvasRenderingContext2D.setShadow()");
185 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]));
189 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toWebCoreString(args[3]));
191 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]));
195 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toWebCoreString(args[3]), toFloat(args[4]));
197 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]), toFloat(args[4]));
200 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]), toFloat(args[4]), toFloat(args[5]), toFloat(args[6]));
203 context->setShadow(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]), toFloat(args[4]), toFloat(args[5]), toFloat(args[6]), toFloat(args[7]));
206 V8Proxy::throwError(V8Proxy::SyntaxError, "setShadow: Invalid number of arguments");
/external/webkit/WebCore/css/
H A DSVGCSSStyleSelector.cpp530 return svgstyle->setShadow(m_parentStyle->svgStyle()->shadow() ? new ShadowData(*m_parentStyle->svgStyle()->shadow()) : 0);
532 return svgstyle->setShadow(0);
554 svgstyle->setShadow(shadowData);
/external/webkit/WebKit/win/
H A DWebKitGraphics.cpp117 context.setShadow(info->shadowOffset, info->shadowBlur, info->shadowColor, DeviceColorSpace);
/external/webkit/WebCore/platform/graphics/mac/
H A DFontMac.mm145 context->setShadow(shadowSize, shadowBlur, shadowColor, fillColorSpace);
/external/webkit/WebCore/platform/graphics/cairo/
H A DFontCairo.cpp189 context->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp127 void setShadow(int radius, int dx, int dy, SkColor c) { function in struct:WebCore::GraphicsContextPlatformPrivate::State
887 m_data->mState->setShadow(blur, size.width(), size.height(), c);
895 m_data->mState->setShadow(0, 0, 0, 0);
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h301 void setShadow(const IntSize&, int blur, const Color&, ColorSpace);
H A DGraphicsContext.cpp132 void GraphicsContext::setShadow(const IntSize& size, int blur, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp262 context->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);
/external/webkit/WebCore/platform/graphics/win/
H A DFontCGWin.cpp384 graphicsContext->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);

Completed in 159 milliseconds