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

  /external/chromium_org/third_party/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);
274 const SkVector& normalAB, const SkVector& unitNormalAB,
286 this->line_to(pts[3], normalAB);
287 *normalCD = normalAB;
323 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);
274 const SkVector& normalAB, const SkVector& unitNormalAB,
286 this->line_to(pts[3], normalAB);
287 *normalCD = normalAB;
323 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit
    [all...]

Completed in 24 milliseconds