Searched refs:GifPixelType (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | gif_lib.h | 131 typedef MS_U8 GifPixelType; typedef 240 MS_U32 EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine, MS_U32 GifLineLen); 241 MS_U32 EGifPutPixel(GifFileType *GifFile, GifPixelType GifPixel); 280 MS_U32 MstDGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, MS_U32 GifLineLen); 281 MS_U32 MstDGifGetPixel(GifFileType *GifFile, GifPixelType GifPixel); 350 GifPixelType ColorTransIn2[]); 376 extern void ApplyTranslation(SavedImage *Image, GifPixelType Translation[]);
|
| H A D | dgif_lib.c | 120 static MS_U32 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, 1146 MS_U32 MstDGifGetLine(GifFileType *GifFile, GifPixelType *Line, MS_U32 LineLen) 1187 MS_U32 MstDGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) 1285 static MS_U32 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, 1645 = (char *) malloc(ImageSize * sizeof(GifPixelType)); 1647 if (MstDGifGetLine(GifFile, (GifPixelType *) sp->RasterBits, ImageSize)
|