Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/
H A Dsession.h254 inline int getChapterImageWidth() { in getChapterImageWidth() function
H A Dscourgeview.cpp218 …cale = ( float )scourge->getScreenWidth() / ( float )scourge->getSession()->getChapterImageWidth(); in drawChapterIntro()
219 int imageW = ( float )scourge->getSession()->getChapterImageWidth() * imageScale; in drawChapterIntro()