Lines Matching defs:right
105 void split(float t, ScalarBezCurve* left, ScalarBezCurve* right) const {
106 Split(*this, t, left, right);
122 ScalarBezCurve* right) {
127 *right = ScalarBezCurve(degree);
129 right->fWeights[degree] = curve.fWeights[degree];
138 right->fWeights[degree - k] = result.fWeights[degree];
309 ScalarBezCurve left(curve.fDegree), right(curve.fDegree);
310 Split(curve, 0.5f, &left, &right);
314 ZeroSetRec(right, tmid, tmax, tol, result);
722 PathSegment left, right;
723 splitSegment(item.fSeg, 0.5f, &left, &right);
731 stack.push(Item(right, distFncR, distFncSqdR));
779 // "right" and they can each independently get an inner or outer join.
808 // Note the relationship (draw a right triangle with the miter line as its
1262 ScalarBezCurve left(deg), right(deg);
1263 E.split(tmax, &left, &right);