Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Deps.c1278 struct XBmRec *xbm_ptr; in JustReadEPSLines()
1460 struct XBmRec *xbm_ptr=ObjPtr->detail.xbm;
1655 struct XBmRec *xbm_ptr=obj_ptr->detail.xbm;
1696 struct XBmRec *xbm_ptr=NULL;
1706 xbm_ptr = (struct XBmRec *)malloc(sizeof(struct XBmRec));
1708 memset(xbm_ptr, 0, sizeof(struct XBmRec));
1798 struct XBmRec *xbm_ptr, *new_xbm_ptr; in UpdateEPS()
H A Dxbitmap.c697 struct XBmRec *xbm_ptr=ObjPtr->detail.xbm;
1233 struct XBmRec *new_xbm_ptr; in CutXBitmap()
1292 new_xbm_ptr = (struct XBmRec *)malloc(sizeof(struct XBmRec)); in CutXBitmap()
5209 struct XBmRec *xbm_ptr=ObjPtr->detail.xbm;
5388 struct XBmRec *xbm_ptr=ObjPtr->detail.xbm;
5474 struct XBmRec *xbm_ptr;
5477 xbm_ptr = (struct XBmRec *)malloc(sizeof(struct XBmRec));
5479 memset(xbm_ptr, 0, sizeof(struct XBmRec));
5750 struct XBmRec *xbm_ptr;
5899 struct XBmRec *xbm_ptr=NULL;
[all …]
H A Ddup.e48 extern void DupXBmObj ARGS_DECL((struct XBmRec *, struct ObjRec *));
H A Ddup.c532 struct XBmRec *XBmPtr; in DupXBmObj()
535 register struct XBmRec *xbm_ptr;
540 xbm_ptr = (struct XBmRec *)malloc(sizeof(struct XBmRec));
542 memset(xbm_ptr, 0, sizeof(struct XBmRec));
H A Dtypes.h82 struct XBmRec * xbm;
503 typedef struct XBmRec { struct
H A Dobj.c364 struct XBmRec *xbm_ptr=NULL;
H A Dedit.c3733 struct XBmRec *xbm_ptr=NULL; in RestoreImageWH()