Lines Matching refs:deg
499 /** Returns a constant (deg 0) distance function for the given stroke width */
894 const int deg = lut[static_cast<uint8_t>(seg.fVerb)];
895 SkASSERT(deg > 0);
896 return deg;
1258 const int deg = E.degree();
1262 ScalarBezCurve left(deg), right(deg);
1265 ScalarBezCurve rl(deg), rr(deg);
1272 path.lineTo(x + dx, -rr[deg]);