SkStroke Class Reference
#include <SkStroke.h>
List of all members.
Detailed Description
SkStroke is the utility class that constructs paths by stroking geometries (lines, rects, ovals, roundrects, paths). This is invoked when a geometry or text is drawn in a canvas with the kStroke_Mask bit set in the paint.
Definition at line 36 of file SkStroke.h.
Constructor & Destructor Documentation
SkStroke::SkStroke |
( |
const SkPaint & |
|
) |
|
Member Function Documentation
bool SkStroke::getDoFill |
( |
|
) |
const [inline] |
void SkStroke::setDoFill |
( |
bool |
doFill |
) |
[inline] |
void SkStroke::setMiterLimit |
( |
SkScalar |
|
) |
|
void SkStroke::strokeOval |
( |
const SkRect & |
oval, |
|
|
SkPath * |
| |
|
) |
| | const |
void SkStroke::strokePath |
( |
const SkPath & |
path, |
|
|
SkPath * |
| |
|
) |
| | const |
void SkStroke::strokeRect |
( |
const SkRect & |
rect, |
|
|
SkPath * |
| |
|
) |
| | const |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: