Home
last modified time | relevance | path

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

12

/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dgif.c68 GifRowType *ScreenBuffer;
69 GifRowType GifRow;
82 if ((ScreenBuffer = (GifRowType *)
83 malloc(GifFile->SHeight * sizeof(GifRowType *))) == NULL) {
91 if ((ScreenBuffer[0] = (GifRowType) malloc(Size)) == NULL) {
104 if ((ScreenBuffer[i] = (GifRowType) malloc(Size)) == NULL) {
/dports/graphics/giflib/giflib-5.2.1/
H A 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()
H A 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()
H A 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()
H A Dgifhisto.c62 GifRowType Line; in main()
123 Line = (GifRowType) malloc(GifFileIn->Image.Width * in main()
207 Line = (GifRowType) malloc(ImageWidth * sizeof(GifPixelType)); in main()
H A Dgifwedge.c49 GifRowType Line; in main()
118 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth)) == NULL) in main()
H A Dgiffix.c45 GifRowType LineBuffer; in main()
96 if ((LineBuffer = (GifRowType) malloc(GifFileIn->SWidth)) == NULL) in main()
H A Dgifbg.c81 GifRowType Line; in main()
236 if ((Line = (GifRowType) malloc(sizeof(GifPixelType) * ImageWidth * 2)) == NULL) in main()
/dports/astro/xplanet/xplanet-1.3.1/src/libimage/
H A Dgif.c44 GifRowType *ScreenBuffer; in read_gif()
46 GifRowType GifRow; in read_gif()
66 if ((ScreenBuffer = (GifRowType *) in read_gif()
67 malloc(GifFile->SHeight * sizeof(GifRowType))) == NULL) in read_gif()
74 if ((ScreenBuffer[0] = (GifRowType) malloc(Size)) == NULL) /* First row. */ in read_gif()
84 if ((ScreenBuffer[i] = (GifRowType) malloc(Size)) == NULL) in read_gif()
/dports/graphics/metapixel/metapixel-1.0.2/rwimg/
H A Drwgif.c47 GifRowType *buffer = NULL; in open_gif_file()
79 buffer = malloc(*height * sizeof(GifRowType *)); in open_gif_file()
/dports/graphics/imlib2/imlib2-1.7.0/src/modules/loaders/
H A Dloader_gif.c15 GifRowType *rows; in load2()
60 rows = calloc(h, sizeof(GifRowType *)); in load2()
/dports/graphics/sxiv/sxiv-26/
H A Dimage.c122 GifRowType *rows = NULL; in img_load_gif()
193 rows = (GifRowType*) emalloc(h * sizeof(GifRowType)); in img_load_gif()
195 rows[i] = (GifRowType) emalloc(w * sizeof(GifPixelType)); in img_load_gif()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dcgif.h84 typedef unsigned char * GifRowType; typedef
/dports/graphics/nsxiv/nsxiv-27.1-20-g065562d/
H A Dimage.c117 GifRowType *rows = NULL; in img_load_gif()
188 rows = (GifRowType*) emalloc(h * sizeof(GifRowType)); in img_load_gif()
190 rows[i] = (GifRowType) emalloc(w * sizeof(GifPixelType)); in img_load_gif()
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_loaders/gif/
H A Devas_image_load_gif.c218 GifRowType *rows; in _decode_image()
228 rows = malloc((fh * sizeof(GifRowType)) + (fw * fh * sizeof(GifPixelType))); in _decode_image()
234 rows[yy] = ((unsigned char *)rows) + (fh * sizeof(GifRowType)) + in _decode_image()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libungif/
H A Dgif_lib.h43 typedef unsigned char * GifRowType; typedef
/dports/graphics/libafterimage/libAfterImage-1.20/libungif/
H A Dgif_lib.h43 typedef unsigned char * GifRowType; typedef
/dports/graphics/pixen/Pixen-0.1/
H A Dgif_lib.h43 typedef unsigned char * GifRowType; typedef
/dports/graphics/pixen/Pixen-0.1/libungif/
H A Dgif_lib.h49 typedef unsigned char *GifRowType; typedef
/dports/devel/z88dk/z88dk/support/sprites/
H A Dsprite.c558 GifRowType *ScreenBuffer; in import_from_gif()
560 GifRowType GifRow; in import_from_gif()
580 if ((ScreenBuffer = (GifRowType *) in import_from_gif()
581 malloc(GifFile->SHeight * sizeof(GifRowType))) == NULL) in import_from_gif()
585 if ((ScreenBuffer[0] = (GifRowType) malloc(Size)) == NULL) /* First row. */ in import_from_gif()
592 if ((ScreenBuffer[i] = (GifRowType) malloc(Size)) == NULL) in import_from_gif()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h65 typedef unsigned char *GifRowType; typedef
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h65 typedef unsigned char *GifRowType; typedef
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/giflib/
H A Dgif_lib.h49 typedef unsigned char *GifRowType; typedef
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h65 typedef unsigned char *GifRowType; typedef
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/giflib/
H A Dgif_lib.h49 typedef unsigned char *GifRowType; typedef

12