Searched refs:normalAB (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 223 const SkVector& normalAB, const SkVector& unitNormalAB, 226 const SkVector& normalAB, const SkVector& unitNormalAB, 229 const SkVector& normalAB, const SkVector& unitNormalAB, 439 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() argument 442 *normalBC = normalAB; in setQuadEndNormal() 447 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() argument 449 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC); in setConicEndNormal() 452 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() argument 474 *normalCD = normalAB; in setCubicEndNormal() 706 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local [all …]
|