Lines Matching refs:radius
261 int radius = ((int) min(w->core.width, w->core.height) - (int) (2 * w->clock.padding)) / 2;
262 w->clock.radius = (Dimension) max (radius, 1);
264 w->clock.second_hand_length = ((SECOND_HAND_FRACT * w->clock.radius) / 100);
265 w->clock.minute_hand_length = ((MINUTE_HAND_FRACT * w->clock.radius) / 100);
266 w->clock.hour_hand_length = ((HOUR_HAND_FRACT * w->clock.radius) / 100);
267 w->clock.hand_width = ((HAND_WIDTH_FRACT * w->clock.radius) / 100);
268 w->clock.second_hand_width = ((SECOND_WIDTH_FRACT * w->clock.radius) / 100);
698 register int delta = (w->clock.radius - w->clock.second_hand_length) / 3;
705 (w->clock.radius - delta) ),
706 w->clock.radius, i );