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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp71 class SkPathStroker { class
73 SkPathStroker(const SkPath& src,
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
156 void SkPathStroker::finishContour(bool close, bool currIsLine) {
190 SkPathStroker::SkPathStroker(const SkPath& src, function in class:SkPathStroker
222 void SkPathStroker::moveTo(const SkPoint& pt) {
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
235 void SkPathStroker
[all...]
/external/skia/src/core/
H A DSkStroke.cpp71 class SkPathStroker { class
73 SkPathStroker(const SkPath& src,
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal,
156 void SkPathStroker::finishContour(bool close, bool currIsLine) {
190 SkPathStroker::SkPathStroker(const SkPath& src, function in class:SkPathStroker
222 void SkPathStroker::moveTo(const SkPoint& pt) {
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) {
235 void SkPathStroker
[all...]

Completed in 294 milliseconds