Lines Matching full:subdivide
115 int subDivide);
119 int subDivide);
249 int subDivide) {
259 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
285 int subDivide) {
316 if (--subDivide < 0) {
323 // subdivide if we can
324 if (--subDivide < 0) {
333 subDivide);
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);