HomeSort by relevance Sort by last modified time
    Searched refs:GifPixelType (Results 1 - 3 of 3) sorted by null

  /external/giflib/
gif_lib.h 29 typedef unsigned char GifPixelType;
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[]);
gifalloc.c 115 GifPixelType ColorTransIn2[])
204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[])
349 sp->RasterBits = (unsigned char *)malloc(sizeof(GifPixelType) *
357 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
dgif_lib.c 37 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
432 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen)
472 DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel)
780 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen)
    [all...]

Completed in 45 milliseconds