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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 92 void GraphicsContextState::setStrokeColor(const Color& color)
GraphicsContext.h 124 void setStrokeColor(const Color& color) { mutableState()->setStrokeColor(color); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 872 void CanvasRenderingContext2D::setStrokeColor(const String& color)
881 void CanvasRenderingContext2D::setStrokeColor(float grayLevel)
888 void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha)
893 void CanvasRenderingContext2D::setStrokeColor(float grayLevel, float alpha)
900 void CanvasRenderingContext2D::setStrokeColor(float r, float g, float b, float a)
907 void CanvasRenderingContext2D::setStrokeColor(float c, float m, float y, float k, float a)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]

Completed in 556 milliseconds