Home | History | Annotate | Download | only in src

Lines Matching refs:XpmImage

50 LFUNC(xpmWriteFile, int, (FILE *file, XpmImage *image, const char *name,
73 XpmImage xpmimage;
77 /* create an XpmImage from the image */
79 &xpmimage, attributes);
83 /* write the file from the XpmImage */
86 ErrorStatus = XpmWriteFileFromXpmImage(filename, &xpmimage, &info);
88 ErrorStatus = XpmWriteFileFromXpmImage(filename, &xpmimage, NULL);
90 /* free the XpmImage */
91 XpmFreeXpmImage(&xpmimage);
99 XpmImage *image,
148 /* write the XpmData from the XpmImage */
160 XpmImage *image,