Searched defs:normalAB (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
D | SkStroke.cpp | 483 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() 491 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() 496 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() 744 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local 782 SkVector normalAB, unitAB, normalBC, unitBC; in quadTo() local 1309 SkVector normalAB, unitAB, normalCD, unitCD; in cubicTo() local
|