Home
last modified time | relevance | path

Searched refs:Putword (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/urt/urt-3.1b1_12/cnv/rletogif/
H A Dgifencod.c89 Putword( w, fp ) in Putword() function
190 Putword( RWidth, fp );
191 Putword( RHeight, fp );
239 Putword( LeftOfs, fp );
240 Putword( TopOfs, fp );
241 Putword( Width, fp );
242 Putword( Height, fp );
/dports/x11/xfishtank/xfishtank2.0/fishtogif/
H A Dwritegif.c36 static void Putword();
271 Putword( RWidth, fp );
272 Putword( RHeight, fp );
322 Putword( LeftOfs, fp );
323 Putword( TopOfs, fp );
324 Putword( Width, fp );
325 Putword( Height, fp );
365 Putword( w, fp ) in Putword() function
/dports/graphics/grads/grads-1.9b4/src/
H A Dgd13gif.c55 static void Putword (int w, FILE *fp);
250 Putword( RWidth, fp ); in GIFEncode()
251 Putword( RHeight, fp ); in GIFEncode()
315 Putword( LeftOfs, fp ); in GIFEncode()
316 Putword( TopOfs, fp ); in GIFEncode()
317 Putword( Width, fp ); in GIFEncode()
318 Putword( Height, fp ); in GIFEncode()
353 Putword(int w, FILE *fp) in Putword() function
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/Acme/JPM/Encoders/
H A DGifEncoder.java246 Putword( Width, outs ); in GIFEncode()
247 Putword( Height, outs ); in GIFEncode()
296 Putword( LeftOfs, outs ); in GIFEncode()
297 Putword( TopOfs, outs ); in GIFEncode()
298 Putword( Width, outs ); in GIFEncode()
299 Putword( Height, outs ); in GIFEncode()
394 void Putword( int w, OutputStream outs ) throws IOException in Putword() method in GifEncoder
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtopcx.c175 Putword(int const w, in Putword() function
289 Putword(xPos, fp); /* x1 - image left */ in write_header()
290 Putword(yPos, fp); /* y1 - image top */ in write_header()
291 Putword(xPos+cols-1, fp); /* x2 - image right */ in write_header()
292 Putword(yPos+rows-1, fp); /* y2 - image bottom */ in write_header()
294 Putword(cols, fp); /* horizontal resolution */ in write_header()
295 Putword(rows, fp); /* vertical resolution */ in write_header()
316 Putword(BytesPerLine, fp); /* number of bytes per scanline */ in write_header()
318 Putword(1, fp); /* palette info */ in write_header()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.showdspf/
H A Dtogif.c49 static void Putword(int w, FILE * fp);
420 Putword(RWidth, fp); in GIFEncode()
421 Putword(RHeight, fp); in GIFEncode()
434 Putword(LeftOfs, fp); in GIFEncode()
435 Putword(TopOfs, fp); in GIFEncode()
436 Putword(dataPtr->xsize, fp); in GIFEncode()
437 Putword(dataPtr->ysize, fp); in GIFEncode()
454 static void Putword(int w, FILE * fp) in Putword() function
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteGIF.c587 static void Putword(int w, FILE * fp);
818 Putword(RWidth, fp); in GIFEncode()
819 Putword(RHeight, fp); in GIFEncode()
851 Putword(LeftOfs, fp); in GIFEncode()
852 Putword(TopOfs, fp); in GIFEncode()
853 Putword(Width, fp); in GIFEncode()
854 Putword(Height, fp); in GIFEncode()
886 Putword(int w, FILE * fp) in Putword() function
/dports/math/ploticus/pl240src/src/gd16/
H A Dgd_io.h22 void Putword(int w, gdIOCtx *ctx);
/dports/math/ploticus-nox11/pl240src/src/gd16/
H A Dgd_io.h22 void Putword(int w, gdIOCtx *ctx);
/dports/math/ploticus-nox11/pl240src/src/
H A Dgd_io.h22 void Putword(int w, gdIOCtx *ctx);
/dports/math/ploticus/pl240src/src/
H A Dgd_io.h22 void Putword(int w, gdIOCtx *ctx);
/dports/sysutils/graffer/graffer-1.1/
H A Dgd_io.h34 void Putword (int w, gdIOCtx * ctx);
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtogif.c195 Putword(int const w, FILE * const fp) { in Putword() function
1401 Putword(width, ofP); in writeGifHeader()
1402 Putword(height, ofP); in writeGifHeader()
1445 Putword(leftOffset, ofP); in writeImageHeader()
1446 Putword(topOffset, ofP); in writeImageHeader()
1447 Putword(gWidth, ofP); in writeImageHeader()
1448 Putword(gHeight, ofP); in writeImageHeader()
/dports/graphics/libwmf/libwmf-0.2.12/src/extra/gd/
H A Dgd_io.h24 void Putword(int w, gdIOCtx *ctx);
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/extra/gd/
H A Dgd_io.h24 void Putword(int w, gdIOCtx *ctx);
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_io.h27 void Putword(int w, gdIOCtx *ctx);
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A Dgl2gif.cpp942 static void Putword(int w, FILE *fp) in Putword() function
1006 Putword(RWidth, fp); in GIFEncode()
1007 Putword(RHeight, fp); in GIFEncode()
1071 Putword(LeftOfs, fp); in GIFEncode()
1072 Putword(TopOfs, fp); in GIFEncode()
1073 Putword(Width, fp); in GIFEncode()
1074 Putword(Height, fp); in GIFEncode()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dgl2gif.cxx976 static void Putword(int w, FILE * fp) in Putword() function
1043 Putword(RWidth, fp); in GIFEncode()
1044 Putword(RHeight, fp); in GIFEncode()
1108 Putword(LeftOfs, fp); in GIFEncode()
1109 Putword(TopOfs, fp); in GIFEncode()
1110 Putword(Width, fp); in GIFEncode()
1111 Putword(Height, fp); in GIFEncode()

123