Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp225 SkVector* normalCD, SkVector* unitNormalCD);
439 const SkVector& unitNormalAB, SkVector* normalCD, SkVector* unitNormalCD) { in setCubicEndNormal() argument
461 *unitNormalCD = unitNormalAB; in setCubicEndNormal()
464 SkAssertResult(set_normal_unitnormal(cd, fRadius, normalCD, unitNormalCD)); in setCubicEndNormal()