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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp102 void line_to(const SkPoint& currPt, const SkVector& normal);
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, argument
122 SkAssertResult(set_normal_unitnormal(fPrevPt, currPt, fRadius, normal,
139 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, argument
141 fPrevPt = currPt;
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { argument
222 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
223 fInner.lineTo(currPt.fX - normal.fX, currPt
226 lineTo(const SkPoint& currPt) argument
[all...]
/external/skia/src/core/
H A DSkStroke.cpp102 void line_to(const SkPoint& currPt, const SkVector& normal);
115 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, argument
122 SkAssertResult(set_normal_unitnormal(fPrevPt, currPt, fRadius, normal,
139 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, argument
141 fPrevPt = currPt;
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { argument
222 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
223 fInner.lineTo(currPt.fX - normal.fX, currPt
226 lineTo(const SkPoint& currPt) argument
[all...]

Completed in 37 milliseconds