Home | History | Annotate | Download | only in android

Lines Matching refs:radius

127         void setShadow(int radius, int dx, int dy, SkColor c) {
128 // cut the radius in half, to visually match the effect seen in
130 mShadow.mBlur = SkScalarHalf(SkIntToScalar(radius));
451 const SkScalar radius = SkScalarHalf(diameter);
459 bounds.set(x, y - radius, x + SkIntToScalar(idx), y + radius);
460 x += radius;
465 bounds.set(x - radius, y, x + radius, y + SkIntToScalar(idy));
466 y += radius;