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

/external/skia/src/core/
H A DSkStroke.cpp119 SkVector* normalBC, SkVector* unitNormalBC,
241 SkVector* normalBC, SkVector* unitNormalBC,
244 normalBC, unitNormalBC)) {
247 *normalBC = normalAB;
258 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
265 pts[2].fX + normalBC->fX, pts[2].fY + normalBC->fY);
267 pts[2].fX - normalBC->fX, pts[2].fY - normalBC->fY);
277 SkVector normalBC, unitNormalB local
239 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
370 SkVector normalAB, unitAB, normalBC, unitBC; local
[all...]

Completed in 9 milliseconds