Home
last modified time | relevance | path

Searched refs:GifRowType (Results 1 – 8 of 8) sorted by relevance

/third_party/giflib/
Dgifcolor.c35 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine,
46 GifRowType RasterBuffer[GIF_FONT_HEIGHT]; in main()
70 if ((RasterBuffer[i] = (GifRowType) malloc(sizeof(GifPixelType) * in main()
140 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine, in GenRasterTextLine()
Dgifecho.c48 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine,
62 GifRowType RasterBuffer[GIF_FONT_HEIGHT]; in main()
113 if ((RasterBuffer[i] = (GifRowType) malloc(sizeof(GifPixelType) * in main()
177 static void GenRasterTextLine(GifRowType *RasterBuffer, char *TextLine, in GenRasterTextLine()
Dgif2rgb.c247 GifRowType *ScreenBuffer, in DumpScreen2RGB()
251 GifRowType GifRow; in DumpScreen2RGB()
347 GifRowType *ScreenBuffer; in GIF2RGB()
382 if ((ScreenBuffer = (GifRowType *) in GIF2RGB()
383 malloc(GifFile->SHeight * sizeof(GifRowType))) == NULL) in GIF2RGB()
387 if ((ScreenBuffer[0] = (GifRowType) malloc(Size)) == NULL) /* First row. */ in GIF2RGB()
394 if ((ScreenBuffer[i] = (GifRowType) malloc(Size)) == NULL) in GIF2RGB()
Dgifhisto.c62 GifRowType Line; in main()
123 Line = (GifRowType) malloc(GifFileIn->Image.Width * in main()
207 Line = (GifRowType) malloc(ImageWidth * sizeof(GifPixelType)); in main()
Dgifwedge.c49 GifRowType Line; in main()
118 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth)) == NULL) in main()
Dgiffix.c45 GifRowType LineBuffer; in main()
96 if ((LineBuffer = (GifRowType) malloc(GifFileIn->SWidth)) == NULL) in main()
Dgifbg.c81 GifRowType Line; in main()
236 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth * 2)) == NULL) in main()
Dgif_lib.h33 typedef unsigned char *GifRowType; typedef