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 129 void setStrokeColor(const Color& color) { mutableState()->setStrokeColor(color); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 853 void CanvasRenderingContext2D::setStrokeColor(const String& color)
862 void CanvasRenderingContext2D::setStrokeColor(float grayLevel)
869 void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha)
874 void CanvasRenderingContext2D::setStrokeColor(float grayLevel, float alpha)
881 void CanvasRenderingContext2D::setStrokeColor(float r, float g, float b, float a)
888 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 228 milliseconds