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,
|