Searched refs:preJoinTo (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 238 bool preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal, 248 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo() function in SkPathStroker 432 if (!this->preJoinTo(currPt, &normal, &unitNormal, true)) { in lineTo() 707 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in conicTo() 745 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in quadTo() 1261 if (!this->preJoinTo(*tangentPt, &normalAB, &unitAB, false)) { in cubicTo()
|