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 105 const SkVector& normalAB, const SkVector& unitNormalAB,
109 const SkVector& normalAB, const SkVector& unitNormalAB,
227 const SkVector& normalAB, const SkVector& unitNormalAB,
233 this->line_to(pts[2], normalAB);
234 *normalBC = normalAB;
244 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
259 const SkVector& normalAB, const SkVector& unitNormalAB,
271 this->line_to(pts[3], normalAB);
272 *normalCD = normalAB;
302 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit
    [all...]

Completed in 302 milliseconds