Home
last modified time | relevance | path

Searched refs:pic_t (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_game.c131 static pic_t *erase;
393 pic_t *source, in GameMemToScreen()
424 pic_t *shape; in DrawPlayScreen()
608 pic_t *pic; in DrawKills()
881 pic_t *pic; in DrawPlayers()
882 pic_t *enemy; in DrawPlayers()
883 pic_t *friend; in DrawPlayers()
2233 pic_t *p; in DrawPauseXY()
2256 pic_t *p; in DrawPause()
2543 pic_t *p; in DrawEpisodeLevel()
[all …]
H A Drt_str.c1379 pic_t *Win1; in US_DrawWindow()
1380 pic_t *Win2; in US_DrawWindow()
1381 pic_t *Win3; in US_DrawWindow()
1382 pic_t *Win4; in US_DrawWindow()
1383 pic_t *Win5; in US_DrawWindow()
1384 pic_t *Win6; in US_DrawWindow()
1385 pic_t *Win7; in US_DrawWindow()
1386 pic_t *Win8; in US_DrawWindow()
1387 pic_t *Win9; in US_DrawWindow()
1391 Win1 = (pic_t *) shape; in US_DrawWindow()
[all …]
H A Drt_vid.h66 void DrawTiledRegion( int x, int y, int width, int height, int offx, int offy, pic_t *tile );
67 void VWB_DrawPic (int x, int y, pic_t *pic);
H A Drt_game.h91 void GameMemToScreen( pic_t *source, int x, int y, int bufferofsonly );
143 void StatusDrawColoredPic (unsigned x, unsigned y, pic_t *nums, boolean bufferofsonly, int color);
H A Dbyteordr.h30 DECLARE_CONVERTER(pic_t);
H A Dbyteordr.c41 DEFINE_CONVERTER(pic_t);
H A Drt_vid.c146 pic_t *tile in DrawTiledRegion()
267 void VWB_DrawPic (int x, int y, pic_t *pic) in VWB_DrawPic()
1275 pic_t *p; in DrawXYPic()
1277 p = (pic_t *) W_CacheLumpNum (shapenum, PU_CACHE, Cvt_pic_t, 1); in DrawXYPic()
H A Dlumpy.h34 } pic_t; typedef
H A Drt_build.c885 pic_t *p; in DrawTMenuBufPic()
893 p = (pic_t *)shape; in DrawTMenuBufPic()
1001 pic_t *p; in DrawMenuBufPic()
1007 p = (pic_t *)shape; in DrawMenuBufPic()
H A Drt_map.c597 pic_t *pic; in SetupFullMap()
601 pic = (pic_t *) W_CacheLumpNum (W_GetNumForName ("mmbk"), PU_CACHE, Cvt_pic_t, 1); in SetupFullMap()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/
H A Dconvert.c12 } pic_t; typedef
18 pic_t pic = {256, 0, 2, 256, 0}; in main()
32 fwrite(&pic, sizeof (pic_t), 1, g); in main()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/tools/
H A Dconvert.c12 } pic_t; typedef
18 pic_t pic={256,0,2,256,0}; in main()
32 fwrite(&pic,sizeof(pic_t),1,g); in main()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dconsole.c173 static pic_t* con_backpic; // console background picture, loaded static
174 static pic_t* con_bordleft;
175 static pic_t* con_bordright; // console borders in translucent mode
185 static void CON_Draw_Backpic (pic_t *pic, int startx, int destwidth);
411 con_backpic = (pic_t*) W_CachePicName ("CONSBACK",PU_STATIC); in CON_Init_Video()
414 con_bordleft = (pic_t*) W_CachePicName ("CBLEFT",PU_STATIC); in CON_Init_Video()
415 con_bordright = (pic_t*) W_CachePicName ("CBRIGHT",PU_STATIC); in CON_Init_Video()
1488 static void CON_Draw_Backpic (pic_t *pic, int startx, int destwidth) in CON_Draw_Backpic()
H A Dw_wad.c1313 pic_t* pic = Z_Malloc (W_LumpLength(lumpnum)+sizeof(pic_t), in W_CacheRawAsPic()
1339 pic_t * pt = W_CacheLumpNum ( lumpnum, ztag ); in W_CachePicNum()
H A Dr_defs.h936 } pic_t; typedef
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dd_textur.h38 } pic_t; typedef
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dd_textur.h38 } pic_t; typedef
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dd_textur.h38 } pic_t; typedef
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_textur.h38 } pic_t; typedef
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddoomdata.h177 } pic_t; typedef
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddoomdata.h176 } pic_t; typedef
/dports/games/heretic/glheretic-1.2/
H A Ddoomdata.h207 } __PACKED__ pic_t; typedef
/dports/games/uhexen/uhexen-0.601/include/
H A Dxddefs.h229 } pic_t; typedef
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_cache.c1306 pic_t* pic, int dest_bytepp) in HWR_DrawPicInCache()
1385 pic_t *pic; in HWR_GetPic()
1404 len = W_LumpLength(lumpnum) - sizeof(pic_t); in HWR_GetPic()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_cache.c1106 INT32 blockmodulo, pic_t *pic, INT32 bpp) in HWR_DrawPicInCache()
1181 pic_t *pic; in HWR_GetPic()
1188 len = W_LumpLength(lumpnum) - sizeof (pic_t); in HWR_GetPic()

12