Home
last modified time | relevance | path

Searched refs:M_DrawShadowedPatch (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dhu_stuff.h122 void M_DrawShadowedPatch(patchid_t id, int x, int y);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dintermission.cpp451M_DrawShadowedPatch(pFaceAlive[i], 40, ((ypos << FRACBITS) + dSlideY[i] * interTime) >> FRACBITS); in drawDeathmatchStats()
452M_DrawShadowedPatch(pFaceDead[i], ((xpos << FRACBITS) + dSlideX[i] * interTime) >> FRACBITS, 18); in drawDeathmatchStats()
484 M_DrawShadowedPatch(pFaceAlive[i], 40, ypos); in drawDeathmatchStats()
485 M_DrawShadowedPatch(pFaceDead[i], xpos, 18); in drawDeathmatchStats()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_stuff.cpp1591 void M_DrawShadowedPatch(patchid_t id, int x, int y) in M_DrawShadowedPatch() function