HomeSort by relevance Sort by last modified time
    Searched refs:setShadow (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 171 void setShadow(float width, float height, float blur);
172 void setShadow(float width, float height, float blur, const String& color);
173 void setShadow(float width, float height, float blur, float grayLevel);
174 void setShadow(float width, float height, float blur, const String& color, float alpha);
175 void setShadow(float width, float height, float blur, float grayLevel, float alpha);
176 void setShadow(float width, float height, float blur, float r, float g, float b, float a);
177 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
286 void setShadow(const FloatSize& offset, float blur, RGBA32 color);
CanvasRenderingContext2D.idl 176 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, optional DOMString color, optional unrestricted float alpha);
177 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float grayLevel, optional unrestricted float alpha);
178 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float r, unrestricted float g, unrestricted float b, unrestricted float a);
179 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float c, unrestricted float m, unrestricted float y, unrestricted float k, unrestricted float a);
CanvasRenderingContext2D.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp 288 void setShadow(Instruction *I, Value *Shadow);
    [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/platform/graphics/
GraphicsContext.h 342 void setShadow(const FloatSize& offset, float blur, const Color&,
GraphicsContext.cpp 301 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 515 context->setShadow(shadowOffset, boxShadow.blur(), boxShadow.color(),
    [all...]

Completed in 580 milliseconds