Home
last modified time | relevance | path

Searched refs:preJoinTo (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp274 bool preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
294 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo() function in SkPathStroker
423 if (!this->preJoinTo(currPt, &normal, &unitNormal, true)) { in lineTo()
800 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in conicTo()
836 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in quadTo()
859 this->preJoinTo(pt1, &normalAB, &unitAB, false); in quadTo()
1406 if (!this->preJoinTo(*tangentPt, &normalAB, &unitAB, false)) { in cubicTo()
1443 this->preJoinTo(*nextPt, &normalAB, &unitAB, false); in cubicTo()