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

/external/skia/src/core/
H A 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,
438 this->line_to(pts[2], normalAB);
439 *normalBC = normalAB;
449 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
468 void SkPathStroker::setQuadEndNormal(const SkPoint quad[3], const SkVector& normalAB, argument
431 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
476 setConicEndNormal(const SkConic& conic, const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC) argument
481 setCubicEndNormal(const SkPoint cubic[4], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalCD, SkVector* unitNormalCD) argument
[all...]

Completed in 142 milliseconds