/dports/games/quakeforge/quakeforge-0.7.2/tools/qfmodelgen/source/ |
H A D | lbmlib.c | 472 bmhd_t basebmhd; in WriteLBMfile() local 499 memset (&basebmhd, 0, sizeof (basebmhd)); in WriteLBMfile() 500 basebmhd.w = BigShort ((short) width); in WriteLBMfile() 501 basebmhd.h = BigShort ((short) height); in WriteLBMfile() 502 basebmhd.nPlanes = 8; in WriteLBMfile() 503 basebmhd.xAspect = 5; in WriteLBMfile() 504 basebmhd.yAspect = 6; in WriteLBMfile() 505 basebmhd.pageWidth = BigShort ((short) width); in WriteLBMfile() 506 basebmhd.pageHeight = BigShort ((short) height); in WriteLBMfile() 508 memcpy (lbmptr, &basebmhd, sizeof (basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/common/ |
H A D | lbmlib.c | 277 bmhd_t basebmhd; in WriteLBMfile() local 308 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 309 basebmhd.w = BigShort((short)width); in WriteLBMfile() 310 basebmhd.h = BigShort((short)height); in WriteLBMfile() 311 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 312 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 313 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 314 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 315 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 317 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/gtkradiant/GPL/Q2Tools/common/ |
H A D | lbmlib.c | 278 bmhd_t basebmhd; in WriteLBMfile() local 309 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 310 basebmhd.w = BigShort((short)width); in WriteLBMfile() 311 basebmhd.h = BigShort((short)height); in WriteLBMfile() 312 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 313 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 314 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 318 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/gtkradiant/GPL/Q2Tools/qe4/ |
H A D | lbmlib.c | 278 bmhd_t basebmhd; in WriteLBMfile() local 309 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 310 basebmhd.w = BigShort((short)width); in WriteLBMfile() 311 basebmhd.h = BigShort((short)height); in WriteLBMfile() 312 basebmhd.nPlanes = 8; in WriteLBMfile() 313 basebmhd.xAspect = 5; in WriteLBMfile() 314 basebmhd.yAspect = 6; in WriteLBMfile() 315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 318 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/common/ |
H A D | lbmlib.c | 276 bmhd_t basebmhd; in WriteLBMfile() local 307 memset( &basebmhd,0,sizeof( basebmhd ) ); in WriteLBMfile() 308 basebmhd.w = BigShort( (short)width ); in WriteLBMfile() 309 basebmhd.h = BigShort( (short)height ); in WriteLBMfile() 310 basebmhd.nPlanes = BigShort( 8 ); in WriteLBMfile() 311 basebmhd.xAspect = BigShort( 5 ); in WriteLBMfile() 312 basebmhd.yAspect = BigShort( 6 ); in WriteLBMfile() 313 basebmhd.pageWidth = BigShort( (short)width ); in WriteLBMfile() 314 basebmhd.pageHeight = BigShort( (short)height ); in WriteLBMfile() 316 memcpy( lbmptr,&basebmhd,sizeof( basebmhd ) ); in WriteLBMfile() [all …]
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/ |
H A D | lbmlib.c | 278 bmhd_t basebmhd; in WriteLBMfile() local 309 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 310 basebmhd.w = BigShort((short)width); in WriteLBMfile() 311 basebmhd.h = BigShort((short)height); in WriteLBMfile() 312 basebmhd.nPlanes = 8; in WriteLBMfile() 313 basebmhd.xAspect = 5; in WriteLBMfile() 314 basebmhd.yAspect = 6; in WriteLBMfile() 315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 318 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/common/ |
H A D | lbmlib.c | 278 bmhd_t basebmhd; in WriteLBMfile() local 309 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 310 basebmhd.w = BigShort((short)width); in WriteLBMfile() 311 basebmhd.h = BigShort((short)height); in WriteLBMfile() 312 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 313 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 314 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 318 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/common/ |
H A D | lbmlib.c | 299 bmhd_t basebmhd; in WriteLBMfile() local 330 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 331 basebmhd.w = BigShort((short)width); in WriteLBMfile() 332 basebmhd.h = BigShort((short)height); in WriteLBMfile() 333 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 334 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 335 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 336 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 337 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 339 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/common/ |
H A D | lbmlib.c | 297 bmhd_t basebmhd; in WriteLBMfile() local 328 memset( &basebmhd,0,sizeof( basebmhd ) ); in WriteLBMfile() 329 basebmhd.w = BigShort( (short)width ); in WriteLBMfile() 330 basebmhd.h = BigShort( (short)height ); in WriteLBMfile() 331 basebmhd.nPlanes = BigShort( 8 ); in WriteLBMfile() 332 basebmhd.xAspect = BigShort( 5 ); in WriteLBMfile() 333 basebmhd.yAspect = BigShort( 6 ); in WriteLBMfile() 334 basebmhd.pageWidth = BigShort( (short)width ); in WriteLBMfile() 335 basebmhd.pageHeight = BigShort( (short)height ); in WriteLBMfile() 337 memcpy( lbmptr,&basebmhd,sizeof( basebmhd ) ); in WriteLBMfile() [all …]
|
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/ |
H A D | imagelib.c | 328 bmhd_t basebmhd; in WriteLBMfile() local 359 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 360 basebmhd.w = BigShort((short)width); in WriteLBMfile() 361 basebmhd.h = BigShort((short)height); in WriteLBMfile() 362 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 363 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 364 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 365 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile() 366 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile() 368 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/ |
H A D | imagelib.c | 326 bmhd_t basebmhd; in WriteLBMfile() local 357 memset( &basebmhd,0,sizeof( basebmhd ) ); in WriteLBMfile() 358 basebmhd.w = BigShort( (short)width ); in WriteLBMfile() 359 basebmhd.h = BigShort( (short)height ); in WriteLBMfile() 360 basebmhd.nPlanes = BigShort( 8 ); in WriteLBMfile() 361 basebmhd.xAspect = BigShort( 5 ); in WriteLBMfile() 362 basebmhd.yAspect = BigShort( 6 ); in WriteLBMfile() 363 basebmhd.pageWidth = BigShort( (short)width ); in WriteLBMfile() 364 basebmhd.pageHeight = BigShort( (short)height ); in WriteLBMfile() 366 memcpy( lbmptr,&basebmhd,sizeof( basebmhd ) ); in WriteLBMfile() [all …]
|
/dports/games/rottdc/rottdc-1.0-2/rott/ |
H A D | rt_main.c | 2727 bmhd_t basebmhd; in WriteLBMfile() local 2760 memset (&basebmhd,0,sizeof(basebmhd)); in WriteLBMfile() 2761 basebmhd.w = BigShort(width); in WriteLBMfile() 2762 basebmhd.h = BigShort(height); in WriteLBMfile() 2763 basebmhd.nPlanes = BigShort(8); in WriteLBMfile() 2764 basebmhd.xAspect = BigShort(5); in WriteLBMfile() 2765 basebmhd.yAspect = BigShort(6); in WriteLBMfile() 2766 basebmhd.pageWidth = BigShort(width); in WriteLBMfile() 2767 basebmhd.pageHeight = BigShort(height); in WriteLBMfile() 2769 memcpy (lbmptr,&basebmhd,sizeof(basebmhd)); in WriteLBMfile() [all …]
|