Home
last modified time | relevance | path

Searched refs:rectpts (Results 1 – 1 of 1) sorted by relevance

/dports/x11-clocks/dclock/dclock/
H A DDclock.c2277 XPoint rectpts[5]; local
2283 rectpts[0].x = rectpts[4].x = xbase + xadd;
2284 rectpts[1].x = rectpts[0].x + ((w->dclock.digit_h + 2 * y) /
2286 rectpts[2].x = rectpts[1].x + w->dclock.digit_w - xadd;
2287 rectpts[3].x = rectpts[0].x + w->dclock.digit_w - xadd;
2288 rectpts[0].y = rectpts[4].y = rectpts[3].y = (w->dclock.digit_h + 3 * y) + TopOffset;
2289 rectpts[1].y = rectpts[2].y = y + TopOffset;
2293 rectpts, 5, CoordModeOrigin);