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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 174 void setShadow(float width, float height, float blur);
175 void setShadow(float width, float height, float blur, const String& color);
176 void setShadow(float width, float height, float blur, float grayLevel);
177 void setShadow(float width, float height, float blur, const String& color, float alpha);
178 void setShadow(float width, float height, float blur, float grayLevel, float alpha);
179 void setShadow(float width, float height, float blur, float r, float g, float b, float a);
180 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
307 void setShadow(const FloatSize& offset, float blur, RGBA32 color);
CanvasRenderingContext2D.idl 182 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, optional DOMString color, optional unrestricted float alpha);
183 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float grayLevel, optional unrestricted float alpha);
184 [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);
185 [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 353 void setShadow(const FloatSize& offset, float blur, const Color&,
GraphicsContext.cpp 299 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 201 context->setShadow(shadowOffset, boxShadow.blur(), boxShadow.color(),
    [all...]

Completed in 175 milliseconds