Home
last modified time | relevance | path

Searched refs:GifPixelType (Results 1 – 3 of 3) sorted by relevance

/external/giflib/
Dgif_lib.h29 typedef unsigned char GifPixelType; typedef
156 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine,
158 int EGifPutPixel(GifFileType *GifFile, const GifPixelType GifPixel);
201 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
202 int DGifGetPixel(GifFileType *GifFile, GifPixelType GifPixel);
241 GifPixelType ColorTransIn2[]);
248 extern void GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]);
Dgifalloc.c115 GifPixelType ColorTransIn2[]) in GifUnionColorMap()
204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]) in GifApplyTranslation()
349 sp->RasterBits = (unsigned char *)malloc(sizeof(GifPixelType) * in GifMakeSavedImage()
357 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * in GifMakeSavedImage()
Ddgif_lib.c37 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
432 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifGetLine()
472 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) in DGifGetPixel()
780 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifDecompressLine()
1090 if (ImageSize > (SIZE_MAX / sizeof(GifPixelType))) { in DGifSlurp()
1094 sizeof(GifPixelType)); in DGifSlurp()