GifPixelType 37 lib/dgif_lib.c static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, GifPixelType 438 lib/dgif_lib.c DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) GifPixelType 478 lib/dgif_lib.c DGifGetPixel(GifFileType *GifFile, GifPixelType Pixel) GifPixelType 798 lib/dgif_lib.c DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) GifPixelType 1104 lib/dgif_lib.c if (ImageSize > (SIZE_MAX / sizeof(GifPixelType))) { GifPixelType 1108 lib/dgif_lib.c sizeof(GifPixelType)); GifPixelType 30 lib/egif_lib.c static const GifPixelType CodeMask[] = { GifPixelType 37 lib/egif_lib.c static int EGifCompressLine(GifFileType * GifFile, GifPixelType * Line, GifPixelType 439 lib/egif_lib.c EGifPutLine(GifFileType * GifFile, GifPixelType *Line, int LineLen) GifPixelType 442 lib/egif_lib.c GifPixelType Mask; GifPixelType 472 lib/egif_lib.c EGifPutPixel(GifFileType *GifFile, GifPixelType Pixel) GifPixelType 876 lib/egif_lib.c GifPixelType *Line, GifPixelType 881 lib/egif_lib.c GifPixelType Pixel; GifPixelType 158 lib/gif_lib.h int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine, GifPixelType 160 lib/gif_lib.h int EGifPutPixel(GifFileType *GifFile, const GifPixelType GifPixel); GifPixelType 204 lib/gif_lib.h int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen); GifPixelType 205 lib/gif_lib.h int DGifGetPixel(GifFileType *GifFile, GifPixelType GifPixel); GifPixelType 244 lib/gif_lib.h GifPixelType ColorTransIn2[]); GifPixelType 254 lib/gif_lib.h extern void GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]); GifPixelType 116 lib/gifalloc.c GifPixelType ColorTransIn2[]) GifPixelType 211 lib/gifalloc.c GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]) GifPixelType 361 lib/gifalloc.c sizeof(GifPixelType)); GifPixelType 367 lib/gifalloc.c sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * GifPixelType 390 util/gif2rgb.c Size = GifFile->SWidth * sizeof(GifPixelType);/* Size in bytes one row.*/ GifPixelType 78 util/gifbg.c GifPixelType Color; GifPixelType 235 util/gifbg.c if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth * 2)) == NULL) GifPixelType 291 util/gifbuild.c GifPixelType Translation[256]; GifPixelType 561 util/gifbuild.c static GifPixelType *Raster, *cp; GifPixelType 566 util/gifbuild.c if ((Raster = (GifPixelType *) malloc(sizeof(GifPixelType) * NewImage->ImageDesc.Width * NewImage->ImageDesc.Height)) GifPixelType 43 util/gifclrmp.c GifPixelType Translation[256]; GifPixelType 196 util/gifclrmp.c register GifPixelType *cp; GifPixelType 198 util/gifclrmp.c GifPixelType *Line GifPixelType 199 util/gifclrmp.c = (GifPixelType *) malloc(GifFileIn->Image.Width * GifPixelType 200 util/gifclrmp.c sizeof(GifPixelType)); GifPixelType 68 util/gifcolor.c if ((RasterBuffer[i] = (GifRowType) malloc(sizeof(GifPixelType) * GifPixelType 110 util/gifecho.c if ((RasterBuffer[i] = (GifRowType) malloc(sizeof(GifPixelType) * GifPixelType 122 util/gifhisto.c sizeof(GifPixelType)); GifPixelType 205 util/gifhisto.c Line = (GifRowType) malloc(ImageWidth * sizeof(GifPixelType)); GifPixelType 51 util/giftext.c GifPixelType *Line; GifPixelType 190 util/giftext.c Line = (GifPixelType *) malloc(GifFile->Image.Width * GifPixelType 191 util/giftext.c sizeof(GifPixelType)); GifPixelType 204 util/giftext.c Line = (GifPixelType *) malloc(GifFile->Image.Width * GifPixelType 205 util/giftext.c sizeof(GifPixelType)); GifPixelType 116 util/gifwedge.c if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth)) == NULL)