Lines Matching defs:xpmimage
68 XpmImage xpmimage;
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,