HomeSort by: relevance | last modified time | path
    Searched defs:xpmimage (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXpm/dist/src/
CrBufFrI.c 67 XpmImage xpmimage; local
75 /* create an XpmImage from the image */
77 &xpmimage, attributes);
81 /* create the buffer from the XpmImage */
85 XpmCreateBufferFromXpmImage(buffer_return, &xpmimage, &info);
88 XpmCreateBufferFromXpmImage(buffer_return, &xpmimage, NULL);
90 /* free the XpmImage */
91 XpmFreeXpmImage(&xpmimage);
108 XpmImage *image
    [all...]
CrDatFrI.c 68 XpmImage xpmimage; local
76 /* create an XpmImage from the image */
78 &xpmimage, attributes);
82 /* create the data from the XpmImage */
85 ErrorStatus = XpmCreateDataFromXpmImage(data_return, &xpmimage, &info);
87 ErrorStatus = XpmCreateDataFromXpmImage(data_return, &xpmimage, NULL);
89 /* free the XpmImage */
90 XpmFreeXpmImage(&xpmimage);
106 XpmImage *image
    [all...]
WrFFrI.c 50 LFUNC(xpmWriteFile, int, (FILE *file, XpmImage *image, const char *name,
73 XpmImage xpmimage; local
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);
    [all...]

Completed in 47 milliseconds