| /xsrc/external/mit/libXpm/dist/src/ |
| Image.c | 30 * Functions to init and free the XpmImage structure. * 44 xpmInitXpmImage(XpmImage *image) 52 * Free the XpmImage data which have been allocated 55 XpmFreeXpmImage(XpmImage *image)
|
| RdFToDat.c | 45 XpmImage image;
|
| WrFFrDat.c | 45 XpmImage image;
|
| CrIFrBuf.c | 50 XpmImage image; 78 /* free the XpmImage */ 87 XpmImage *image, 100 /* create the XpmImage from the XpmData */
|
| CrIFrDat.c | 50 XpmImage image; 61 /* create an XpmImage from the file */ 78 /* free the XpmImage */ 87 XpmImage *image, 100 /* create the XpmImage from the XpmData */
|
| XpmI.h | 158 HFUNC(xpmParseData, int, (xpmData *data, XpmImage *image, XpmInfo *info)); 162 XpmImage *image, XpmInfo *info, 169 HFUNC(xpmInitXpmImage, void, (XpmImage *image)); 175 HFUNC(xpmSetAttributes, void, (XpmAttributes *attributes, XpmImage *image,
|
| 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...] |
| RdFToI.c | 66 XpmImage image; 96 /* free the XpmImage */ 105 XpmImage *image, 119 /* create the XpmImage from the XpmData */
|
| 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...] |
| Attrib.c | 183 * Fill in the XpmAttributes with the XpmImage and the XpmInfo 188 XpmImage *image,
|
| scan.c | 165 * the given XpmImage structure. 172 XpmImage *xpmimage, 298 * store found information in the XpmImage structure 300 xpmimage->width = width; 301 xpmimage->height = height; 302 xpmimage->cpp = cpp; 303 xpmimage->ncolors = pmap.ncolors; 304 xpmimage->colorTable = colorTable; 305 xpmimage->data = pmap.pixelindex [all...] |
| parse.c | 31 * in the given XpmImage structure. * 721 * in an an XpmImage structure which is returned. 726 XpmImage *image, 828 * store found information in the XpmImage structure
|
| create.c | 31 * from the given XpmImage. * 669 XpmImage *image, 1537 XpmImage *image, 1816 XpmImage *image, 2061 * store found information in the XpmImage structure
|
| /xsrc/external/mit/libXpm/dist/test/ |
| CompareXpmImage.h | 27 CompareXpmImage(const XpmImage *a, const XpmImage *b)
|
| XpmCreate.c | 48 XpmImage image; 89 XpmImage image;
|
| XpmRead.c | 52 XpmImage image; 98 XpmImage image;
|
| XpmWrite.c | 127 test_WFFXI_helper(const gchar *newfilepath, XpmImage *imageA, XpmInfo *infoA) 129 XpmImage imageB; 160 XpmImage imageA;
|
| /xsrc/external/mit/libXpm/dist/include/X11/ |
| xpm.h | 108 } XpmImage; 354 FUNC(XpmFreeXpmImage, void, (XpmImage *image)); 359 /* XpmImage functions */ 361 XpmImage *image, 365 XpmImage *image, 370 XpmImage *image, 376 XpmImage *image, 384 XpmImage *xpmimage, 390 XpmImage *xpmimage [all...] |
| /xsrc/external/mit/libXpm/dist/cxpm/ |
| cxpm.c | 142 XpmImage image;
|