Searched refs:SkStroke (Results 1 – 7 of 7) sorted by relevance
25 class SkStroke {27 SkStroke();28 SkStroke(const SkPaint&);29 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
477 SkStroke::SkStroke() { in SkStroke() function in SkStroke485 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke493 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke501 void SkStroke::setWidth(SkScalar width) { in setWidth()506 void SkStroke::setMiterLimit(SkScalar miterLimit) { in setMiterLimit()511 void SkStroke::setCap(SkPaint::Cap cap) { in setCap()516 void SkStroke::setJoin(SkPaint::Join join) { in setJoin()553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath()656 void SkStroke::strokeLine(const SkPoint& p0, const SkPoint& p1, in strokeLine()
99 SkStroke stroke; in filterPath()
635 SkStroke stroker; in internalGetPath()
2007 SkStroke stroker(*this, width); in getFillPath()
138 '../src/core/SkStroke.cpp',219 '../include/core/SkStroke.h',
153 src/core/SkStroke.cpp \