Searched defs:normalAB (Results 1 – 1 of 1) sorted by relevance
| /external/skia/src/core/ |
| D | SkStroke.cpp | 425 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() 433 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() 438 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() 684 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local 722 SkVector normalAB, unitAB, normalBC, unitBC; in quadTo() local 1245 SkVector normalAB, unitAB, normalCD, unitCD; in cubicTo() local
|