/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestTypedefs.idl | 45 void setShadow(DOUBLE width, DOUBLE height, float blur, [StrictTypeChecking] optional STRING color, optional DOUBLE alpha);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.h | 163 void setShadow(float width, float height, float blur); 164 void setShadow(float width, float height, float blur, const String& color); 165 void setShadow(float width, float height, float blur, float grayLevel); 166 void setShadow(float width, float height, float blur, const String& color, float alpha); 167 void setShadow(float width, float height, float blur, float grayLevel, float alpha); 168 void setShadow(float width, float height, float blur, float r, float g, float b, float a); 169 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a); 287 void setShadow(const FloatSize& offset, float blur, RGBA32 color);
|
CanvasRenderingContext2D.idl | 141 void setShadow(float width, float height, float blur, [StrictTypeChecking] optional DOMString color, optional float alpha); 142 void setShadow(float width, float height, float blur, float grayLevel, optional float alpha); 143 void setShadow(float width, float height, float blur, float r, float g, float b, float a); 144 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
|
CanvasRenderingContext2D.cpp | [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | 687 void setShadow(Value *V, Value *SV) { 738 /// This function either returns the value set earlier with setShadow, [all...] |
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardView.java | 181 public void setShadow(float value) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestTypedefs.cpp | 293 throwTypeError(ExceptionMessages::failedToExecute("setShadow", "TestTypedefs", ExceptionMessages::notEnoughArguments(3, info.Length())), info.GetIsolate()); 301 imp->setShadow(width, height, blur); 306 imp->setShadow(width, height, blur, color); 310 imp->setShadow(width, height, blur, color, alpha); 464 {"setShadow", TestTypedefsV8Internal::setShadowMethodCallback, 0, 3},
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.h | 315 void setShadow(const FloatSize& offset, float blur, const Color&,
|
GraphicsContext.cpp | 311 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineTextBox.cpp | [all...] |
RenderThemeChromiumMac.mm | [all...] |
RenderBoxModelObject.cpp | 513 context->setShadow(shadowOffset, boxShadow.blur(), renderer->resolveColor(boxShadow.color()), [all...] |