Lines Matching defs:image
2 * XPM image handling functions15 #include "image.h"48 Image *image;64 image = AllocImage();65 if(image == NULL) {92 &(image->pixmap), &(image->mask), &attributes);96 free(image);100 image->width = attributes.width;101 image->height = attributes.height;102 return image;