Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c440 struct PtRec *pt_ptr=NULL, *next_pt=NULL;
629 struct PtRec *pt_ptr=(struct PtRec *)malloc(sizeof(struct PtRec));
632 memset(pt_ptr, 0, sizeof(struct PtRec));
1834 struct PtRec *pt_ptr; in InputPolygonPts()
1860 pt_ptr = (struct PtRec *)malloc(sizeof(struct PtRec)); in InputPolygonPts()
1896 pt_ptr = (struct PtRec *)malloc(sizeof(struct PtRec)); in InputPolygonPts()
1948 struct PtRec *pt_ptr=(struct PtRec *)malloc(sizeof(struct PtRec));
H A Dpoly.e56 extern struct PtRec *lastPtPtr;
H A Dtypes.h38 typedef struct PtRec { struct
40 struct PtRec * next; argument
H A Dpoly.c87 struct PtRec *lastPtPtr=NULL;
389 struct PtRec *pt_ptr=NULL, *next_pt=NULL;
589 struct PtRec *pt_ptr=(struct PtRec *)malloc(sizeof(struct PtRec));
592 memset(pt_ptr, 0, sizeof(struct PtRec));
766 struct PtRec *pt_ptr=NULL, *next_pt=NULL;
806 lastPtPtr = (struct PtRec *)malloc(sizeof(struct PtRec));
826 struct PtRec *pt_ptr=NULL;
828 pt_ptr = (struct PtRec *)malloc(sizeof(struct PtRec));
1961 struct PtRec *pt_ptr; in InputPolyPts()
1991 pt_ptr = (struct PtRec *)malloc(sizeof(struct PtRec)); in InputPolyPts()