Home
last modified time | relevance | path

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

/external/giflib/
Dgif_lib.h30 typedef unsigned char GifPixelType; typedef
158 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine,
160 int EGifPutPixel(GifFileType *GifFile, const GifPixelType GifPixel);
204 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
205 int DGifGetPixel(GifFileType *GifFile, GifPixelType GifPixel);
244 GifPixelType ColorTransIn2[]);
254 extern void GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]);
Dgifalloc.c116 GifPixelType ColorTransIn2[]) in GifUnionColorMap()
211 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]) in GifApplyTranslation()
361 sizeof(GifPixelType)); in GifMakeSavedImage()
367 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * in GifMakeSavedImage()
Degif_lib.c30 static const GifPixelType CodeMask[] = {
37 static int EGifCompressLine(GifFileType * GifFile, GifPixelType * Line,
445 EGifPutLine(GifFileType * GifFile, GifPixelType *Line, int LineLen) in EGifPutLine()
448 GifPixelType Mask; in EGifPutLine()
478 EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) in EGifPutPixel()
882 GifPixelType *Line, in EGifCompressLine()
887 GifPixelType Pixel; in EGifCompressLine()
Ddgif_lib.c37 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
442 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifGetLine()
482 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) in DGifGetPixel()
802 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifDecompressLine()
1108 if (ImageSize > (SIZE_MAX / sizeof(GifPixelType))) { in DGifSlurp()
1112 sizeof(GifPixelType)); in DGifSlurp()