Searched refs:normalAB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp104 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, unitNormalA
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
273 cubic_to(const SkPoint pts[4], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalCD, SkVector* unitNormalCD, int subDivide) argument
368 SkVector normalAB, unitAB, normalBC, unitBC; local
423 SkVector normalAB, unitAB, normalCD, unitCD; local
[all...]
/external/skia/src/core/
H A DSkStroke.cpp104 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, unitNormalA
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
273 cubic_to(const SkPoint pts[4], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalCD, SkVector* unitNormalCD, int subDivide) argument
368 SkVector normalAB, unitAB, normalBC, unitBC; local
423 SkVector normalAB, unitAB, normalCD, unitCD; local
[all...]

Completed in 65 milliseconds