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

/external/skia/include/core/
H A DSkStroke.h19 /** \class SkStroke
20 SkStroke is the utility class that constructs paths by stroking
25 class SkStroke { class
27 SkStroke();
28 SkStroke(const SkPaint&);
29 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
/external/skia/src/core/
H A DSkStroke.cpp477 SkStroke::SkStroke() { function in class:SkStroke
485 SkStroke::SkStroke(const SkPaint& p) { function in class:SkStroke
493 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { function in class:SkStroke
501 void SkStroke::setWidth(SkScalar width) {
506 void SkStroke::setMiterLimit(SkScalar miterLimit) {
511 void SkStroke::setCap(SkPaint::Cap cap) {
516 void SkStroke
[all...]

Completed in 135 milliseconds