Searched defs:SkStroke (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkStroke.h22 /** \class SkStroke
23 SkStroke is the utility class that constructs paths by stroking
28 class SkStroke { class
30 SkStroke();
31 SkStroke(const SkPaint&);
32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
/external/skqp/src/core/
H A DSkStroke.h22 /** \class SkStroke
23 SkStroke is the utility class that constructs paths by stroking
28 class SkStroke { class
30 SkStroke();
31 SkStroke(const SkPaint&);
32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()

Completed in 570 milliseconds