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

  /external/skia/legacy/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...]
  /external/skia/src/core/
SkStroke.cpp 104 const SkVector& normalAB, const SkVector& unitNormalAB,
108 const SkVector& normalAB, const SkVector& unitNormalAB,
238 const SkVector& normalAB, const SkVector& unitNormalAB,
244 this->line_to(pts[2], normalAB);
245 *normalBC = normalAB;
255 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
280 const SkVector& normalAB, const SkVector& unitNormalAB,
292 this->line_to(pts[3], normalAB);
293 *normalCD = normalAB;
323 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit
    [all...]

Completed in 53 milliseconds