Searched refs:GifRowType (Results 1 – 8 of 8) sorted by relevance
35 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()
48 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()
247 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()
62 GifRowType Line; in main()123 Line = (GifRowType) malloc(GifFileIn->Image.Width * in main()207 Line = (GifRowType) malloc(ImageWidth * sizeof(GifPixelType)); in main()
49 GifRowType Line; in main()118 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth)) == NULL) in main()
45 GifRowType LineBuffer; in main()96 if ((LineBuffer = (GifRowType) malloc(GifFileIn->SWidth)) == NULL) in main()
81 GifRowType Line; in main()236 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth * 2)) == NULL) in main()
33 typedef unsigned char *GifRowType; typedef