Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp221 const SkVector& normalAB, const SkVector& unitNormalAB,
224 const SkVector& normalAB, const SkVector& unitNormalAB,
227 const SkVector& normalAB, const SkVector& unitNormalAB,
425 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() argument
428 *normalBC = normalAB; in setQuadEndNormal()
433 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() argument
435 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC); in setConicEndNormal()
438 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() argument
460 *normalCD = normalAB; in setCubicEndNormal()
684 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local
[all …]