Home
last modified time | relevance | path

Searched refs:MENUTILE (Results 1 – 4 of 4) sorted by relevance

/dports/games/tong/tong/
H A Dtext.cpp391 srcrect.x = MENUTILE * 2; in Draw()
393 srcrect.x = MENUTILE; in Draw()
398 srcrect.y = MENUTILE * 2; in Draw()
400 srcrect.y = MENUTILE; in Draw()
402 destrect.x = x - (MENUTILE / 2) + (i * MENUTILE); in Draw()
403 destrect.y = y - (MENUTILE / 2) + (j * MENUTILE); in Draw()
443 srcrect.y = MENUTILE * 3; in Draw()
444 srcrect.w = MENUTILE; in Draw()
445 srcrect.h = MENUTILE / 2; in Draw()
446 destrect.x = x - MENUTILE; in Draw()
[all …]
H A Dtext.h35 #define MENUTILE 16 macro
39 #define MENUTILE 32 macro
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dsbar.cpp1036 …const int32_t MENUTILE = MENUSCREEN;//(videoGetRenderMode() == REND_CLASSIC ? MENUSCREEN : LOADSCR… in G_DrawBackground() local
1037 const int32_t fstilep = tilesiz[MENUTILE].x>=320 && tilesiz[MENUTILE].y==200; in G_DrawBackground()
1038 int32_t bgtile = (fstilep ? MENUTILE : BIGHOLE); in G_DrawBackground()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dsbar.cpp1441 …const int32_t MENUTILE = DEER ? 7040 : MENUSCREEN;//(videoGetRenderMode() == REND_CLASSIC ? MENUSC… in G_DrawBackground() local
1442 const int32_t fstilep = tilesiz[MENUTILE].x>=320 && tilesiz[MENUTILE].y==200; in G_DrawBackground()
1443 int32_t bgtile = (fstilep ? MENUTILE : (RRRA ? RRTILE7629 : BIGHOLE)); in G_DrawBackground()