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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp62 class SkPathStroker { class
64 SkPathStroker(const SkPath& src,
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
139 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
147 void SkPathStroker::finishContour(bool close, bool currIsLine) {
181 SkPathStroker::SkPathStroker(const SkPath& src, function in class:SkPathStroker
213 void SkPathStroker::moveTo(const SkPoint& pt) {
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
226 void SkPathStroker
[all...]
/external/skia/src/core/
H A DSkStroke.cpp62 class SkPathStroker { class
64 SkPathStroker(const SkPath& src,
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
139 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
147 void SkPathStroker::finishContour(bool close, bool currIsLine) {
181 SkPathStroker::SkPathStroker(const SkPath& src, function in class:SkPathStroker
213 void SkPathStroker::moveTo(const SkPoint& pt) {
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
226 void SkPathStroker
[all...]

Completed in 39 milliseconds