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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp368 SkVector normalAB, unitAB, normalBC, unitBC; local
370 this->preJoinTo(pt1, &normalAB, &unitAB, false);
381 if (normals_too_pinchy(unitAB, unitBC)) {
396 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
404 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
423 SkVector normalAB, unitAB, normalCD, unitCD; local
430 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
446 u = unitAB;
/external/skia/src/core/
H A DSkStroke.cpp368 SkVector normalAB, unitAB, normalBC, unitBC; local
370 this->preJoinTo(pt1, &normalAB, &unitAB, false);
381 if (normals_too_pinchy(unitAB, unitBC)) {
396 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
404 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
423 SkVector normalAB, unitAB, normalCD, unitCD; local
430 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
446 u = unitAB;

Completed in 52 milliseconds