Home
last modified time | relevance | path

Searched refs:InitCodeSize (Results 76 – 98 of 98) sorted by relevance

1234

/dports/x11-toolkits/ntk/ntk/src/
H A DFl_GIF_Image.cxx214 int InitCodeSize = CodeSize; in Fl_GIF_Image() local
259 CodeSize = InitCodeSize; in Fl_GIF_Image()
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_gif.c800 int InitCodeSize; local
816 InitCodeSize = 2;
818 InitCodeSize = BitsPerPixel;
855 xgdPutC (InitCodeSize, fp);
856 GIFcompress (InitCodeSize + 1, fp, img, &ctx);
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxgifio.cpp108 FXint InitCodeSize; // Starting code size, used during Clear in fxloadGIF() local
259 InitCodeSize=CodeSize; in fxloadGIF()
306 CodeSize=InitCodeSize; in fxloadGIF()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxgifio.cpp108 FXint InitCodeSize; // Starting code size, used during Clear in fxloadGIF() local
259 InitCodeSize=CodeSize; in fxloadGIF()
306 CodeSize=InitCodeSize; in fxloadGIF()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxgifio.cpp108 FXint InitCodeSize; // Starting code size, used during Clear in fxloadGIF() local
259 InitCodeSize=CodeSize; in fxloadGIF()
306 CodeSize=InitCodeSize; in fxloadGIF()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_GIF_Image.cxx247 int InitCodeSize = CodeSize; in Fl_GIF_Image() local
292 CodeSize = InitCodeSize; in Fl_GIF_Image()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxgifio.cpp115 FXint InitCodeSize; // Starting code size, used during Clear in fxloadGIF() local
267 InitCodeSize=CodeSize; in fxloadGIF()
314 CodeSize=InitCodeSize; in fxloadGIF()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxgifio.cpp115 FXint InitCodeSize; // Starting code size, used during Clear in fxloadGIF() local
267 InitCodeSize=CodeSize; in fxloadGIF()
314 CodeSize=InitCodeSize; in fxloadGIF()
/dports/games/xjig/xjig-2.4/
H A Dgif_image.C512 InitCodeSize, /* Starting code size, used during Clear */ in DecodeImage() local
536 InitCodeSize = CodeSize; in DecodeImage()
570 CodeSize = InitCodeSize; in DecodeImage()
/dports/games/xmemory/xmemory-3.7/
H A Dgif_image.C512 InitCodeSize, /* Starting code size, used during Clear */ in DecodeImage() local
536 InitCodeSize = CodeSize; in DecodeImage()
570 CodeSize = InitCodeSize; in DecodeImage()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-gif-save.c1709 gint InitCodeSize; in gif_encode_image_data() local
1732 InitCodeSize = 2; in gif_encode_image_data()
1734 InitCodeSize = BitsPerPixel; in gif_encode_image_data()
1774 if (! put_byte (output, InitCodeSize, error)) in gif_encode_image_data()
1780 if (! compress (output, InitCodeSize + 1, get_pixel, error)) in gif_encode_image_data()
1802 InitCodeSize = 2; in gif_encode_image_data()
1804 InitCodeSize = BitsPerPixel; in gif_encode_image_data()
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A Dgl2gif.cpp957 int InitCodeSize; in GIFEncode() local
989 InitCodeSize = 2; in GIFEncode()
991 InitCodeSize = BitsPerPixel; in GIFEncode()
1087 fputc(InitCodeSize, fp); in GIFEncode()
1092 compress(InitCodeSize + 1, fp, GetPixel); in GIFEncode()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dgl2gif.cxx994 int InitCodeSize; in GIFEncode() local
1026 InitCodeSize = 2; in GIFEncode()
1028 InitCodeSize = BitsPerPixel; in GIFEncode()
1124 fputc(InitCodeSize, fp); in GIFEncode()
1129 compress(InitCodeSize + 1, fp, GetPixel); in GIFEncode()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgif.c56 InitCodeSize, /* Starting code size, used during Clear */ variable
620 InitCodeSize = CodeSize;
672 CodeSize = InitCodeSize;
/dports/misc/xtar/xtar-1.4/Xbr/
H A DXbrGfx.c390 InitCodeSize, /* Starting code size, used during Clear */ in XbrGfxGIF() local
525 InitCodeSize = CodeSize; in XbrGfxGIF()
572 CodeSize = InitCodeSize; in XbrGfxGIF()
/dports/japanese/xv/xv-3.10a/
H A Dxvgif.c56 InitCodeSize, /* Starting code size, used during Clear */ variable
620 InitCodeSize = CodeSize;
672 CodeSize = InitCodeSize;
/dports/graphics/xv/xv-3.10a/
H A Dxvgif.c56 InitCodeSize, /* Starting code size, used during Clear */ variable
620 InitCodeSize = CodeSize;
672 CodeSize = InitCodeSize;
/dports/science/healpix/Healpix_3.50/src/f90/lib/
H A Dgd.c905 int InitCodeSize; in GIFEncode() local
932 InitCodeSize = 2; in GIFEncode()
934 InitCodeSize = BitsPerPixel; in GIFEncode()
1030 fputc( InitCodeSize, fp ); in GIFEncode()
1035 compress( InitCodeSize+1, fp, im ); in GIFEncode()
/dports/graphics/gracula/gracula-3.0/
H A Dgd.c943 int InitCodeSize; in GIFEncode() local
970 InitCodeSize = 2; in GIFEncode()
972 InitCodeSize = BitsPerPixel; in GIFEncode()
1068 fputc( InitCodeSize, fp ); in GIFEncode()
1073 compress( InitCodeSize+1, fp, im, Background ); in GIFEncode()
/dports/math/ploticus-nox11/pl240src/src/
H A Dgd13.c941 int InitCodeSize; in GIFEncode() local
968 InitCodeSize = 2; in GIFEncode()
970 InitCodeSize = BitsPerPixel; in GIFEncode()
1066 fputc( InitCodeSize, fp ); in GIFEncode()
1071 compress( InitCodeSize+1, fp, im, Background ); in GIFEncode()
/dports/math/ploticus/pl240src/src/
H A Dgd13.c941 int InitCodeSize; in GIFEncode() local
968 InitCodeSize = 2; in GIFEncode()
970 InitCodeSize = BitsPerPixel; in GIFEncode()
1066 fputc( InitCodeSize, fp ); in GIFEncode()
1071 compress( InitCodeSize+1, fp, im, Background ); in GIFEncode()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/img/
H A Dgifwrite.c162 int ColorMapSize, InitCodeSize, Background, BitsPerPixel, Transparent; local
248 if (BitsPerPixel <= 1) InitCodeSize = 2;
249 else InitCodeSize = BitsPerPixel;
325 fputc(InitCodeSize, fp);
326 compress(InitCodeSize+1, fp, pic8, w*h);
/dports/graphics/grads/grads-1.9b4/src/
H A Dgxgif.c1183 int InitCodeSize; in GIFEncode() local
1210 InitCodeSize = 2; in GIFEncode()
1212 InitCodeSize = BitsPerPixel; in GIFEncode()
1308 fputc( InitCodeSize, fp ); in GIFEncode()
1313 compress( InitCodeSize+1, fp, im ); in GIFEncode()

1234