Home
last modified time | relevance | path

Searched refs:GifPixelType (Results 1 – 4 of 4) 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()
Degif_lib.c30 static const GifPixelType CodeMask[] = {
37 static int EGifCompressLine(GifFileType * GifFile, GifPixelType * Line,
437 EGifPutLine(GifFileType * GifFile, GifPixelType *Line, int LineLen) in EGifPutLine()
440 GifPixelType Mask; in EGifPutLine()
470 EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) in EGifPutPixel()
875 GifPixelType *Line, in EGifCompressLine()
880 GifPixelType Pixel; in EGifCompressLine()
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()