Home | History | Annotate | Download | only in src

Lines Matching defs:image

30 *  Parse an XPM file and create the image and possibly its mask               *
70 XpmImage image;
75 xpmInitXpmImage(&image);
88 &image, &info, attributes);
92 &image, NULL, attributes);
95 xpmSetAttributes(attributes, &image, &info);
101 XpmFreeXpmImage(&image);
109 XpmImage *image,
116 xpmInitXpmImage(image);
124 ErrorStatus = xpmParseData(&mdata, image, info);