Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp706 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local
707 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in conicTo()
716 this->setConicEndNormal(conic, normalAB, unitAB, &normalBC, &unitBC); in conicTo()
744 SkVector normalAB, unitAB, normalBC, unitBC; in quadTo() local
745 if (!this->preJoinTo(pt1, &normalAB, &unitAB, false)) { in quadTo()
754 this->setQuadEndNormal(quad, normalAB, unitAB, &normalBC, &unitBC); in quadTo()
1260 SkVector normalAB, unitAB, normalCD, unitCD; in cubicTo() local
1261 if (!this->preJoinTo(*tangentPt, &normalAB, &unitAB, false)) { in cubicTo()
1279 this->setCubicEndNormal(cubic, normalAB, unitAB, &normalCD, &unitCD); in cubicTo()