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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 112 void quad_to(const SkPoint pts[3],
246 void SkPathStroker::quad_to(const SkPoint pts[3], function in class:SkPathStroker
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
405 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
409 this->quad_to(&tmp[2], n, u, &normalBC, &unitBC,
413 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
  /external/skia/src/core/
SkStroke.cpp 112 void quad_to(const SkPoint pts[3],
246 void SkPathStroker::quad_to(const SkPoint pts[3], function in class:SkPathStroker
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
405 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
409 this->quad_to(&tmp[2], n, u, &normalBC, &unitBC,
413 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,

Completed in 635 milliseconds