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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp114 SkVector* normalBC, SkVector* unitNormalBC,
248 SkVector* normalBC, SkVector* unitNormalBC,
251 normalBC, unitNormalBC)) {
254 *normalBC = normalAB;
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
276 pts[2].fX + normalBC->fX, pts[2].fY + normalBC->fY);
278 pts[2].fX - normalBC->fX, pts[2].fY - normalBC->fY);
288 SkVector normalBC, unitNormalB local
246 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
377 SkVector normalAB, unitAB, normalBC, unitBC; local
[all...]
/external/skia/src/core/
H A DSkStroke.cpp114 SkVector* normalBC, SkVector* unitNormalBC,
248 SkVector* normalBC, SkVector* unitNormalBC,
251 normalBC, unitNormalBC)) {
254 *normalBC = normalAB;
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
276 pts[2].fX + normalBC->fX, pts[2].fY + normalBC->fY);
278 pts[2].fX - normalBC->fX, pts[2].fY - normalBC->fY);
288 SkVector normalBC, unitNormalB local
246 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
377 SkVector normalAB, unitAB, normalBC, unitBC; local
[all...]

Completed in 100 milliseconds