Searched defs:normalAB (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStroke.cpp | 488 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() 496 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() 501 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() 764 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local 802 SkVector normalAB, unitAB, normalBC, unitBC; in quadTo() local 1333 SkVector normalAB, unitAB, normalCD, unitCD; in cubicTo() local
|