Home
last modified time | relevance | path

Searched refs:SkStroke (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/core/
DSkStroke.h25 class SkStroke {
27 SkStroke();
28 SkStroke(const SkPaint&);
29 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
/external/skia/src/core/
DSkStroke.cpp477 SkStroke::SkStroke() { in SkStroke() function in SkStroke
485 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke
493 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke
501 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()
DSkPathEffect.cpp99 SkStroke stroke; in filterPath()
DSkScalerContext.cpp635 SkStroke stroker; in internalGetPath()
DSkPaint.cpp2007 SkStroke stroker(*this, width); in getFillPath()
/external/skia/gyp/
Dcore.gyp138 '../src/core/SkStroke.cpp',
219 '../include/core/SkStroke.h',
/external/skia/
DAndroid.mk153 src/core/SkStroke.cpp \