Searched defs:normalBC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp105 SkVector* normalBC, SkVector* unitNormalBC,
239 SkVector* normalBC, SkVector* unitNormalBC,
242 normalBC, unitNormalBC)) {
245 *normalBC = normalAB;
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
267 pts[2].fX + normalBC->fX, pts[2].fY + normalBC->fY);
269 pts[2].fX - normalBC->fX, pts[2].fY - normalBC->fY);
279 SkVector normalBC, unitNormalB local
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
368 SkVector normalAB, unitAB, normalBC, unitBC; local
[all...]
/external/skia/src/core/
H A DSkStroke.cpp105 SkVector* normalBC, SkVector* unitNormalBC,
239 SkVector* normalBC, SkVector* unitNormalBC,
242 normalBC, unitNormalBC)) {
245 *normalBC = normalAB;
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
267 pts[2].fX + normalBC->fX, pts[2].fY + normalBC->fY);
269 pts[2].fX - normalBC->fX, pts[2].fY - normalBC->fY);
279 SkVector normalBC, unitNormalB local
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
368 SkVector normalAB, unitAB, normalBC, unitBC; local
[all...]

Completed in 68 milliseconds