Home
last modified time | relevance | path

Searched refs:STARTPICS (Results 1 – 5 of 5) sorted by relevance

/dports/games/bstone/bstone-1.1.9/src/
H A Did_vh.cpp133 int picnum = chunknum - STARTPICS; in VWB_DrawPic()
150 int picnum = chunknum - STARTPICS; in VWB_DrawMPic()
219 int wide = pictable[picnum - STARTPICS].width; in LatchDrawPic()
220 int height = pictable[picnum - STARTPICS].height; in LatchDrawPic()
237 const auto width = pictable[i - ::STARTPICS].width; in LoadLatchMem()
238 const auto height = pictable[i - ::STARTPICS].height; in LoadLatchMem()
275 const auto width = pictable[i - ::STARTPICS].width; in LoadLatchMem()
276 const auto height = pictable[i - ::STARTPICS].height; in LoadLatchMem()
H A Dgfxv.h66 extern int16_t STARTPICS;
H A Djm_tp.cpp2556 width = pictable[shapenum - STARTPICS].width << (3 + (shapetype == pis_pic2x)); in TP_BoxAroundShape()
2558 width = pictable[shapenum - STARTPICS].width; in TP_BoxAroundShape()
2561 y2 = y1 + (pictable[shapenum - STARTPICS].height) - 1; in TP_BoxAroundShape()
2609 for (loop = STARTPICS; loop < CONTROLS_LUMP_START; loop++) { in TP_PurgeAllGfx()
2615 for (loop = CONTROLS_LUMP_END + 1; loop < STARTPICS + NUMPICS; loop++) { in TP_PurgeAllGfx()
H A D3d_main.cpp4852 int16_t STARTPICS = 0; variable
5365 STARTPICS = 6; in initialize_gfxv_contants()
5606 STARTPICS = 6; in initialize_gfxv_contants()
5854 STARTPICS = 6; in initialize_gfxv_contants()
6106 STARTPICS = 6; in initialize_gfxv_contants()
6388 STARTPICS = 6; in initialize_gfxv_contants()
H A D3d_agent.cpp1949 width = pictable[shapenum - STARTPICS].width; in DrawShape()