Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dwindow.h334 Picture *_gGfxTL, *_gGfxTM, *_gGfxTR; variable
H A Dwindow.cpp87 _gGfxTR = nullptr; in Window()
148 delete _gGfxTR; in ~Window()
201 _gGfxTR = g_hdb->_gfx->loadPic(G_MENU_BACK_TOPRIGHT); in init()
810 _gGfxTR->drawMasked(x + i * 16, y + j * 16); in drawBorder()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dwindow.h334 Picture *_gGfxTL, *_gGfxTM, *_gGfxTR; variable
H A Dwindow.cpp87 _gGfxTR = nullptr; in Window()
148 delete _gGfxTR; in ~Window()
201 _gGfxTR = g_hdb->_gfx->loadPic(G_MENU_BACK_TOPRIGHT); in init()
809 _gGfxTR->drawMasked(x + i * 16, y + j * 16); in drawBorder()