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

/external/skia/src/core/
H A 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, argument
428 *normalBC = normalAB;
433 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, argument
435 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC);
438 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, argument
460 *normalCD = normalAB;
684 SkVector normalAB, unitA variable
[all...]

Completed in 49 milliseconds