Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp229 const SkVector& normalAB, const SkVector& unitNormalAB,
232 const SkVector& normalAB, const SkVector& unitNormalAB,
235 const SkVector& normalAB, const SkVector& unitNormalAB,
450 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() argument
453 *normalBC = normalAB; in setQuadEndNormal()
458 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() argument
460 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC); in setConicEndNormal()
463 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() argument
485 *normalCD = normalAB; in setCubicEndNormal()
711 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local
[all …]
/external/skqp/src/core/
DSkStroke.cpp229 const SkVector& normalAB, const SkVector& unitNormalAB,
232 const SkVector& normalAB, const SkVector& unitNormalAB,
235 const SkVector& normalAB, const SkVector& unitNormalAB,
450 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, in setQuadEndNormal() argument
453 *normalBC = normalAB; in setQuadEndNormal()
458 void SkPathStroker::setConicEndNormal(const SkConic& conic, const SkVector& normalAB, in setConicEndNormal() argument
460 setQuadEndNormal(conic.fPts, normalAB, unitNormalAB, normalBC, unitNormalBC); in setConicEndNormal()
463 void SkPathStroker::setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, in setCubicEndNormal() argument
485 *normalCD = normalAB; in setCubicEndNormal()
710 SkVector normalAB, unitAB, normalBC, unitBC; in conicTo() local
[all …]