| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | Image.c | 47 image->colorTable = NULL; 57 if (image->colorTable) 58 xpmFreeColorTable(image->colorTable, image->ncolors);
|
| H A D | Attrib.c | 46 LFUNC(FreeOldColorTable, void, (XpmColor **colorTable, unsigned int ncolors)); 57 XpmColor **colorTable, **color; local in function:CreateOldColorTable 63 colorTable = (XpmColor **) XpmMalloc(ncolors * sizeof(XpmColor *)); 64 if (!colorTable) { 68 for (a = 0, color = colorTable; a < ncolors; a++, color++, ct++) 70 *oldct = colorTable; 76 XpmColor **colorTable, 83 if (colorTable) { 84 for (a = 0, color = colorTable; a < ncolors; a++, color++) { 89 XpmFree(*colorTable); 75 FreeOldColorTable(XpmColor ** colorTable,unsigned int ncolors) argument 100 xpmFreeColorTable(XpmColor * colorTable,int ncolors) argument [all...] |
| H A D | parse.c | 71 unsigned int cpp, XpmColor *colorTable, 212 XpmColor *colorTable; local in function:xpmParseColors 218 colorTable = (XpmColor *) XpmCalloc(ncolors, sizeof(XpmColor)); 219 if (!colorTable) 223 for (a = 0, color = colorTable; a < ncolors; a++, color++) { 324 for (a = 0, color = colorTable; a < ncolors; a++, color++) { 390 *colorTablePtr = colorTable; 394 xpmFreeColorTable(colorTable, ncolors); 405 XpmColor *colorTable, 452 colidx[(unsigned char)colorTable[ 399 ParsePixels(xpmData * data,unsigned int width,unsigned int height,unsigned int ncolors,unsigned int cpp,XpmColor * colorTable,xpmHashTable * hashtable,unsigned int ** pixels) argument 737 XpmColor *colorTable = NULL; local in function:xpmParseData [all...] |
| H A D | scan.c | 201 XpmColor *colorTable = NULL; local in function:XpmCreateXpmImageFromImage 316 colorTable = (XpmColor *) XpmCalloc(pmap.ncolors, sizeof(XpmColor)); 317 if (!colorTable) 327 ErrorStatus = ScanTransparentColor(colorTable, cpp, attributes); 332 ErrorStatus = ScanOtherColors(display, colorTable, pmap.ncolors, 345 xpmimage->colorTable = colorTable; 357 if (colorTable) 358 xpmFreeColorTable(colorTable, pmap.ncolors); 398 attributes->colorTable 443 XpmColor *colorTable = NULL, **oldColorTable = NULL; local in function:ScanOtherColors [all...] |
| H A D | create.c | 95 unsigned int cpp, XpmColor *colorTable, 102 unsigned int cpp, XpmColor *colorTable, 843 ErrorStatus = CreateColors(display, attributes, image->colorTable, 2033 XpmColor *colorTable = NULL; local in function:xpmParseDataAndCreate 2112 ErrorStatus = xpmParseColors(data, ncolors, cpp, &colorTable, &hashtable); 2145 ErrorStatus = CreateColors(display, attributes, colorTable, ncolors, 2224 colorTable, &hashtable, 2267 image->colorTable = colorTable; 2312 if (colorTable) 2339 ParseAndPutPixels(Display * dc,xpmData * data,unsigned int width,unsigned int height,unsigned int ncolors,unsigned int cpp,XpmColor * colorTable,xpmHashTable * hashtable,XImage * image,Pixel * image_pixels,XImage * shapeimage,Pixel * shape_pixels) argument [all...] |
| H A D | CrDatFrI.c | 184 image->colorTable, image->ncolors, image->cpp); 229 image->cpp, image->data, image->colorTable);
|
| H A D | WrFFrI.c | 209 WriteColors(file, image->colorTable, image->ncolors); 216 image->data, image->colorTable);
|
| H A D | CrBufFrI.c | 220 image->colorTable, image->ncolors, image->cpp); 253 image->cpp, image->data, image->colorTable);
|
| H A D | XpmI.h | 184 HFUNC(xpmFreeColorTable, void, (XpmColor *colorTable, int ncolors));
|
| /xsrc/external/mit/libXpm/dist/test/ |
| H A D | CompareXpmImage.h | 45 g_assert_cmpstr(a->colorTable[i].f, ==, b->colorTable[i].f)
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picturestr.h | 89 CARD32 *colorTable; member in struct:_PictGradient 99 CARD32 *colorTable; member in struct:_PictLinearGradient 117 CARD32 *colorTable; member in struct:_PictRadialGradient 133 CARD32 *colorTable; member in struct:_PictConicalGradient
|
| H A D | picture.c | 894 pGradient->gradient.colorTable = NULL;
|
| /xsrc/external/mit/libXpm/dist/include/X11/ |
| H A D | xpm.h | 127 XpmColor *colorTable; /* list of related colors */ member in struct:__anon4ee7ae7b0408 184 XpmColor *colorTable; /* List of colors */ member in struct:__anon4ee7ae7b0608
|