Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkStroke.cpp282 void line_to(const SkPoint& currPt, const SkVector& normal);
287 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo() argument
294 if (!set_normal_unitnormal(fPrevPt, currPt, fResScale, fRadius, normal, unitNormal)) { in preJoinTo()
320 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo() argument
323 fPrevPt = currPt; in postJoinTo()
429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() argument
430 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY); in line_to()
431 fInner.lineTo(currPt.fX - normal.fX, currPt in line_to()
466 lineTo(const SkPoint& currPt, const SkPath::Iter* iter) lineTo() argument
[all...]
H A DSkPath.cpp2153 SkPoint currPt = *points++; in BySign() local
2154 SkPoint firstPt = currPt; in BySign()
2161 SkVector vec = *points - currPt; in BySign()
2177 currPt = *points++; in BySign()

Completed in 8 milliseconds