Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.h28 class SkStroke {
30 SkStroke();
31 SkStroke(const SkPaint&);
32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
DSkStroke.cpp1289 SkStroke::SkStroke() { in SkStroke() function in SkStroke
1298 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke
1307 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke
1316 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()
DSkStrokeRec.cpp110 SkStroke stroker; in applyToPath()
/external/skia/gn/
Dcore.gni303 "$_src/core/SkStroke.h",
304 "$_src/core/SkStroke.cpp",
/external/skia/gm/
Dreveal.cpp125 SkStroke stroke(paint); in asPath()
/external/skia/
DAndroid.bp278 "src/core/SkStroke.cpp",