Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dwindow.cpp123 _gfxTitleL = nullptr; in Window()
142 delete _gfxTitleL; in ~Window()
195 _gfxTitleL = g_hdb->_gfx->loadPic(MENU_TITLE_LEFT); in init()
708 _gfxTitleL->drawMasked(_dialogInfo.x, _dialogInfo.y - 10); in drawDialog()
909 _gfxTitleL->drawMasked(_dialogChoiceInfo.x, _dialogChoiceInfo.y - 10); in drawDialogChoice()
1100 _gfxTitleL->drawMasked(_invWinInfo.x, _invWinInfo.y - 10); in drawInventory()
1457 _gfxTitleL->drawMasked(_dlvsInfo.x, _dlvsInfo.y - 10); in drawDeliveries()
H A Dwindow.h333 Picture *_gfxTitleL, *_gfxTitleM, *_gfxTitleR; variable
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dwindow.cpp123 _gfxTitleL = nullptr; in Window()
142 delete _gfxTitleL; in ~Window()
195 _gfxTitleL = g_hdb->_gfx->loadPic(MENU_TITLE_LEFT); in init()
709 _gfxTitleL->drawMasked(_dialogInfo.x, _dialogInfo.y - 10); in drawDialog()
910 _gfxTitleL->drawMasked(_dialogChoiceInfo.x, _dialogChoiceInfo.y - 10); in drawDialogChoice()
1101 _gfxTitleL->drawMasked(_invWinInfo.x, _invWinInfo.y - 10); in drawInventory()
1458 _gfxTitleL->drawMasked(_dlvsInfo.x, _dlvsInfo.y - 10); in drawDeliveries()
H A Dwindow.h333 Picture *_gfxTitleL, *_gfxTitleM, *_gfxTitleR; variable