Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp258 const SkVector& normalAB, const SkVector& unitNormalAB,
261 const SkVector& normalAB, const SkVector& unitNormalAB,
264 const SkVector& normalAB, const SkVector& unitNormalAB,
282 const SkVector& normalAB, const SkVector& unitNormalAB,
286 const SkVector& normalAB, const SkVector& unitNormalAB,
432 const SkVector& normalAB, const SkVector& unitNormalAB, in quad_to() argument
440 *unitNormalBC = unitNormalAB; in quad_to()
444 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) { in quad_to()
449 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide); in quad_to()
456 SkScalar dot = SkPoint::DotProduct(unitNormalAB, *unitNormalBC); in quad_to()
[all …]