Lines Matching defs:radius
94 SkScalar radius,
101 unitNormal->scale(radius, normal);
106 SkScalar radius,
112 unitNormal->scale(radius, normal);
162 SkScalar radius, SkScalar miterLimit, SkPaint::Cap,
378 SkScalar radius, SkScalar miterLimit,
381 : fRadius(radius)
797 // Given a point on the curve and its derivative, scale the derivative by the radius, and
1028 // measure the distance from the curve to the quad-stroke midpoint, compare to radius
1422 SkScalar radius = SkScalarHalf(fWidth);
1426 if (radius <= 0) {
1451 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(),
1576 SkScalar radius = SkScalarHalf(fWidth);
1577 if (radius <= 0) {
1593 r.outset(radius, radius);
1608 dst->addRoundRect(r, radius, radius, dir);
1616 r.inset(radius, radius);