Searched refs:SkStroke (Results 1 – 6 of 6) sorted by relevance
28 class SkStroke {30 SkStroke();31 SkStroke(const SkPaint&);32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
1289 SkStroke::SkStroke() { in SkStroke() function in SkStroke1298 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke1307 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke1316 void SkStroke::setWidth(SkScalar width) { in setWidth()1321 void SkStroke::setMiterLimit(SkScalar miterLimit) { in setMiterLimit()1326 void SkStroke::setCap(SkPaint::Cap cap) { in setCap()1331 void SkStroke::setJoin(SkPaint::Join join) { in setJoin()1364 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath()1516 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect()
110 SkStroke stroker; in applyToPath()
303 "$_src/core/SkStroke.h",304 "$_src/core/SkStroke.cpp",
125 SkStroke stroke(paint); in asPath()
278 "src/core/SkStroke.cpp",