Searched refs:ColorMapObject (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c72 ColorMapObject *
76 ColorMapObject *Object;
81 return ((ColorMapObject *) NULL);
84 Object = (ColorMapObject *)malloc(sizeof(ColorMapObject));
85 if (Object == (ColorMapObject *) NULL) {
86 return ((ColorMapObject *) NULL);
92 return ((ColorMapObject *) NULL);
110 FreeMapObject(ColorMapObject * Object) {
121 DumpColorMap(ColorMapObject * Objec
[all...]
H A Dgif_lib.h91 typedef struct ColorMapObject { struct
95 } ColorMapObject; typedef in typeref:struct:ColorMapObject
100 ColorMapObject *ColorMap; /* The local color map */
107 ColorMapObject *SColorMap; /* NULL if not exists. */
216 extern ColorMapObject *MakeMapObject(int ColorCount,
218 extern void FreeMapObject(ColorMapObject * Object);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c137 ColorMapObject *colorMap =

Completed in 34 milliseconds