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

/external/skia/src/core/
H A DSkStroke.cpp159 class SkPathStroker { class
161 SkPathStroker(const SkPath& src,
294 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
320 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
328 void SkPathStroker::finishContour(bool close, bool currIsLine) {
362 SkPathStroker::SkPathStroker(const SkPath& src, function in class:SkPathStroker
404 void SkPathStroker::moveTo(const SkPoint& pt) {
412 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
417 void SkPathStroker
[all...]
/external/skia/include/core/
H A DSkPath.h997 friend class SkPathStroker;

Completed in 60 milliseconds