HomeSort by relevance Sort by last modified time
    Searched full:normalab (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkStroke.cpp 118 const SkVector& normalAB, const SkVector& unitNormalAB,
122 const SkVector& normalAB, const SkVector& unitNormalAB,
240 const SkVector& normalAB, const SkVector& unitNormalAB,
246 this->line_to(pts[2], normalAB);
247 *normalBC = normalAB;
257 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
272 const SkVector& normalAB, const SkVector& unitNormalAB,
284 this->line_to(pts[3], normalAB);
285 *normalCD = normalAB;
315 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit
    [all...]

Completed in 156 milliseconds