Home
last modified time | relevance | path

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

/dports/emulators/stella/stella-6.6/src/gui/
H A DLauncherDialog.cxx210 int romWidth = imgZoom * TIAConstants::viewableWidth; in LauncherDialog() local
211 if(romWidth > 0) romWidth += HBORDER; in LauncherDialog()
212 int listWidth = _w - (romWidth > 0 ? romWidth + fontWidth : 0) - HBORDER * 2; in LauncherDialog()
220 if(romWidth > 0) in LauncherDialog()
229 Common::Size fontArea(romWidth - fontWidth * 2, myList->getHeight() - imgSize.h - VGAP * 3); in LauncherDialog()
233 xpos, ypos, romWidth, myList->getHeight(), imgSize); in LauncherDialog()