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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 165 [MeasureAs=CanvasRenderingContext2DSetStrokeColor] void setStrokeColor(DOMString color, optional unrestricted float alpha);
166 [MeasureAs=CanvasRenderingContext2DSetStrokeColor] void setStrokeColor(unrestricted float grayLevel, optional unrestricted float alpha);
167 [MeasureAs=CanvasRenderingContext2DSetStrokeColor] void setStrokeColor(unrestricted float r, unrestricted float g, unrestricted float b, unrestricted float a);
168 [MeasureAs=CanvasRenderingContext2DSetStrokeColor] void setStrokeColor(unrestricted float c, unrestricted float m, unrestricted float y, unrestricted float k, unrestricted float a);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 336 CanvasRenderingContext2DSetStrokeColor = 337,

Completed in 379 milliseconds