Lines Matching refs:kRadius
27 constexpr static int kRadius = 250;
128 fCubicX[i] = X[i] * kRadius + kCenterX;
129 fCubicY[i] = Y[i] * kRadius + kCenterY;
133 fMaxError = std::sqrt(errX*errX + errY*errY) - kRadius;
157 canvas->drawArc(SkRect::MakeXYWH(kCenterX - kRadius, kCenterY - kRadius, kRadius * 2,
158 kRadius * 2), 0, 360, false, circlePaint);
241 double error = std::sqrt(x*x + y*y) * kRadius - kRadius;