Searched defs:SkPathStroker (Results 1 - 1 of 1) 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...]

Completed in 41 milliseconds