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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 733 void CanvasRenderingContext2D::setStrokeColor(const String& color)
742 void CanvasRenderingContext2D::setStrokeColor(float grayLevel)
749 void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha)
754 void CanvasRenderingContext2D::setStrokeColor(float grayLevel, float alpha)
761 void CanvasRenderingContext2D::setStrokeColor(float r, float g, float b, float a)
768 void CanvasRenderingContext2D::setStrokeColor(float c, float m, float y, float k, float a)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 203 void GraphicsContext::setStrokeColor(const Color& color)
217 setStrokeColor(Color::black);
231 setStrokeColor(Color::black);
    [all...]

Completed in 50 milliseconds