Home
last modified time | relevance | path

Searched refs:SkPathStroker (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp119 class SkPathStroker { class
121 SkPathStroker(const SkPath& src,
246 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
279 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
288 void SkPathStroker::finishContour(bool close, bool currIsLine) { in finishContour()
322 SkPathStroker::SkPathStroker(const SkPath& src, in SkPathStroker() function in SkPathStroker
362 void SkPathStroker::moveTo(const SkPoint& pt) { in moveTo()
371 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
408 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) { in lineTo()
425 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal()
[all …]
/external/skia/include/core/
DSkPath.h1123 friend class SkPathStroker; variable