Searched refs:normalAB (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 118 const SkVector& normalAB, const SkVector& unitNormalAB, 122 const SkVector& normalAB, const SkVector& unitNormalAB, 240 const SkVector& normalAB, const SkVector& unitNormalAB, in quad_to() argument 246 this->line_to(pts[2], normalAB); in quad_to() 247 *normalBC = normalAB; in quad_to() 257 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide); in quad_to() 272 const SkVector& normalAB, const SkVector& unitNormalAB, in cubic_to() argument 284 this->line_to(pts[3], normalAB); in cubic_to() 285 *normalCD = normalAB; in cubic_to() 315 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, in cubic_to() [all …]
|