HomeSort by relevance Sort by last modified time
    Searched refs:unitAB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 377 SkVector normalAB, unitAB, normalBC, unitBC;
379 this->preJoinTo(pt1, &normalAB, &unitAB, false);
390 if (normals_too_pinchy(unitAB, unitBC)) {
405 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
413 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
432 SkVector normalAB, unitAB, normalCD, unitCD;
439 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
455 u = unitAB;
  /external/skia/src/core/
SkStroke.cpp 377 SkVector normalAB, unitAB, normalBC, unitBC;
379 this->preJoinTo(pt1, &normalAB, &unitAB, false);
390 if (normals_too_pinchy(unitAB, unitBC)) {
405 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
413 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
432 SkVector normalAB, unitAB, normalCD, unitCD;
439 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
455 u = unitAB;

Completed in 2300 milliseconds