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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 103 void quad_to(const SkPoint pts[3],
237 void SkPathStroker::quad_to(const SkPoint pts[3], function in class:SkPathStroker
255 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
396 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
400 this->quad_to(&tmp[2], n, u, &normalBC, &unitBC,
404 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,
  /external/skia/src/core/
SkStroke.cpp 103 void quad_to(const SkPoint pts[3],
237 void SkPathStroker::quad_to(const SkPoint pts[3], function in class:SkPathStroker
255 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
396 this->quad_to(&tmp[0], normalAB, unitAB, &normalBC, &unitBC,
400 this->quad_to(&tmp[2], n, u, &normalBC, &unitBC,
404 this->quad_to(pts, normalAB, unitAB, &normalBC, &unitBC,

Completed in 23 milliseconds