Searched refs:TPoint (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/oclock/dist/ |
| H A D | ClockP.h | 64 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 D | transform.h | 42 } TPoint; typedef in typeref:struct:_TPoint 58 TPoint *points, int n_points, int shape, int mode );
|
| H A D | transform.c | 39 TranslatePoints(TPoint *points, int n_points, 61 TPoint *points, int n_points, int shape, int mode)
|
| H A D | Clock.c | 475 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 D | EyesP.h | 47 TPoint mouse; /* old mouse position */ 50 TPoint *pupils;
|
| H A D | transform.h | 13 } TPoint; typedef in typeref:struct:_TPoint
|
| H A D | transform.c | 12 TranslatePoints (TPoint *points, int n_points, Transform *t, int mode) 38 TPoint *points,
|
| H A D | Eyes.c | 409 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 D | ftraster.c | 332 } 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