Home
last modified time | relevance | path

Searched refs:EGifPutLine (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/giflib/giflib-5.2.1/
H A Dgifbg.c252 if (EGifPutLine(GifFile, Line, ImageWidth) == GIF_ERROR) in main()
278 if (EGifPutLine(GifFile, Line, ImageWidth) == GIF_ERROR) in main()
314 if (EGifPutLine(GifFile, &Line[StartX], ImageWidth) == GIF_ERROR) in main()
H A Dgiffix.c143 if (EGifPutLine(GifFileOut, LineBuffer, Width) in main()
155 if (EGifPutLine(GifFileOut, LineBuffer, Width) in main()
H A Dgifwedge.c127 if (EGifPutLine(GifFile, Line, ImageWidth) == GIF_ERROR) { in main()
H A Dgifcolor.c122 if (EGifPutLine(GifFile, RasterBuffer[j], IMAGEWIDTH) == GIF_ERROR) in main()
H A Dgifecho.c159 if (EGifPutLine(GifFile, RasterBuffer[j], ImageWidth) == GIF_ERROR) in main()
H A Degif_lib.c455 EGifPutLine(GifFileType * GifFile, GifPixelType *Line, int LineLen) in EGifPutLine() function
1139 if (EGifPutLine(GifFileOut, in EGifSpew()
1146 if (EGifPutLine(GifFileOut, in EGifSpew()
H A Dgifhisto.c227 if (EGifPutLine(GifFileOut, Line, ImageWidth) == GIF_ERROR) in main()
/dports/emulators/vice/vice-3.5/src/gfxoutputdrv/
H A Dgifdrv.c144 if (EGifPutLine(sdata->fd, sdata->data, screenshot->width) == GIF_ERROR) { in gifdrv_write()
210 if (EGifPutLine(gifdrv_memmap_fd, gfx + (line * x_size), x_size) == GIF_ERROR) { in gifdrv_write_memmap()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/gfxoutputdrv/
H A Dgifdrv.c139 if (EGifPutLine(sdata->fd, sdata->data, screenshot->width) == GIF_ERROR) { in gifdrv_write()
205 if (EGifPutLine(gifdrv_memmap_fd, gfx + (line * x_size), x_size) == GIF_ERROR) { in gifdrv_write_memmap()
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dgif.cc213 if (EGifPutLine(_gif, buf, _width * _height) != GIF_OK) in flush_buffer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/
H A Dgifdataset.cpp577 EGifPutLine( hGifFile, pabyScanline, nXSize ) == GIF_ERROR ) in CreateCopy()
618 EGifPutLine(hGifFile, pabyScanline, nXSize) == GIF_ERROR ) in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/frmts/gif/
H A Dgifdataset.cpp577 EGifPutLine( hGifFile, pabyScanline, nXSize ) == GIF_ERROR ) in CreateCopy()
618 EGifPutLine(hGifFile, pabyScanline, nXSize) == GIF_ERROR ) in CreateCopy()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/
H A Dgifdataset.cpp577 EGifPutLine( hGifFile, pabyScanline, nXSize ) == GIF_ERROR ) in CreateCopy()
618 EGifPutLine(hGifFile, pabyScanline, nXSize) == GIF_ERROR ) in CreateCopy()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/
H A Dgifdataset.cpp553 if( eErr != CE_None || EGifPutLine( hGifFile, pabyScanline, nXSize ) == GIF_ERROR ) in CreateCopy()
589 if (eErr != CE_None || EGifPutLine(hGifFile, pabyScanline, nXSize) == GIF_ERROR) in CreateCopy()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dungif.c257 status = EGifPutLine(gif, (unsigned char*)sp->RasterBits + y * SavedWidth, SavedWidth); in write_gif_saved_images()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dungif.c257 status = EGifPutLine(gif, (unsigned char*)sp->RasterBits + y * SavedWidth, SavedWidth); in write_gif_saved_images()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libungif/
H A Dgif_lib.h134 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
/dports/graphics/libafterimage/libAfterImage-1.20/libungif/
H A Dgif_lib.h134 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
/dports/graphics/pixen/Pixen-0.1/
H A Dgif_lib.h134 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
/dports/graphics/pixen/Pixen-0.1/libungif/
H A Dgif_lib.h143 int EGifPutLine(GifFileType * GifFile, GifPixelType * GifLine,
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/utils/
H A Dimage.c163 …Error = EGifPutLine(GifFile, (GifPixelType*)pixels + Row*Width, Width); CHKERRGIF("Writing image p… in PetscDrawImageSaveGIF()
223 if (EGifPutLine(GifMovie, in PetscDrawMovieSaveGIF()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/export/
H A Dgifexporter.cpp181 if(EGifPutLine(p->gif, subframe.frame.scanLine(y), subframe.w) == GIF_ERROR) { in writeFrame()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h192 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib.h192 int EGifPutLine(GifFileType *GifFile, GifPixelType *GifLine,
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/giflib/
H A Dgif_lib.h150 int EGifPutLine(GifFileType * GifFile, GifPixelType * GifLine,

123