Searched refs:POLY_SIZE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/oclock/dist/
H A DClockP.h37 #define POLY_SIZE 6 macro
64 TPoint minute_poly[POLY_SIZE]; /* polygon for minute hand */
65 TPoint hour_poly[POLY_SIZE]; /* polygon for hour hand */
H A DClock.c475 check_jewel_poly (ClockWidget w, TPoint poly[POLY_SIZE])
489 for (int i = 0; i < POLY_SIZE-1; i++) {
526 TPoint poly[POLY_SIZE])
557 paint_hand (ClockWidget w, Drawable d, GC gc, TPoint poly[POLY_SIZE])
559 TFillPolygon (XtDisplay (w), d, gc, &w->clock.t, poly, POLY_SIZE,

Completed in 5 milliseconds