Home | History | Annotate | Download | only in src

Lines Matching defs:image

30 *  Parse an Xpm array and create the image and possibly its mask              *
50 XpmImage image;
55 xpmInitXpmImage(&image);
67 &image, &info, attributes);
71 &image, NULL, attributes);
74 xpmSetAttributes(attributes, &image, &info);
79 XpmFreeXpmImage(&image);
87 XpmImage *image,
94 xpmInitXpmImage(image);
101 ErrorStatus = xpmParseData(&mdata, image, info);