Searched refs:TPoint (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/oclock/dist/
H A DClockP.h64 TPoint minute_poly[POLY_SIZE]; /* polygon for minute hand */
65 TPoint hour_poly[POLY_SIZE]; /* polygon for hour hand */
87 extern int check_jewel_poly ( ClockWidget w, TPoint poly[6] );
90 TPoint poly[6] );
92 extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] );
H A Dtransform.h42 } TPoint; typedef in typeref:struct:_TPoint
58 TPoint *points, int n_points, int shape, int mode );
H A Dtransform.c39 TranslatePoints(TPoint *points, int n_points,
61 TPoint *points, int n_points, int shape, int mode)
H A DClock.c475 check_jewel_poly (ClockWidget w, TPoint poly[POLY_SIZE])
526 TPoint poly[POLY_SIZE])
557 paint_hand (ClockWidget w, Drawable d, GC gc, TPoint poly[POLY_SIZE])
/xsrc/external/mit/xeyes/dist/
H A DEyesP.h47 TPoint mouse; /* old mouse position */
50 TPoint *pupils;
H A Dtransform.h13 } TPoint; typedef in typeref:struct:_TPoint
H A Dtransform.c12 TranslatePoints (TPoint *points, int n_points, Transform *t, int mode)
38 TPoint *points,
H A DEyes.c409 TPoint *pupils = calloc(sizeof(TPoint), config->count);
595 static TPoint computePupil (
597 TPoint mouse,
605 TPoint ret;
666 TPoint mouse,
667 TPoint *pupils)
691 TPoint *old,
721 drawEye(EyesWidget w, TPoint newpupil, int num)
734 TPoint oldpupi
[all...]
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c332 } TPoint; typedef in typeref:struct:TPoint_
495 TPoint* arc; /* current Bezier arc pointer */
537 TPoint arcs[3 * MaxBezier + 1]; /* The Bezier stack */
913 Split_Conic( TPoint* base )
952 Split_Cubic( TPoint* base )
1182 typedef void (*TSplitter)( TPoint* base );
1219 TPoint* arc;
1220 TPoint* start_arc;
1353 TPoint* arc = ras.arc;

Completed in 11 milliseconds