Lines Matching refs:rmode
1498 GXRenderModeObj* rmode; in PrintStats() local
1615 rmode = DEMOGetRenderModeObj(); in PrintStats()
1624 wd = rmode->fbWidth; in PrintStats()
1625 ht = rmode->xfbHeight; in PrintStats()
1630 text_y = (s16)(rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT); in PrintStats()
1632 wd = rmode->fbWidth; in PrintStats()
1633 ht = rmode->xfbHeight; in PrintStats()
1640 wd = (u16)(rmode->fbWidth / 2); in PrintStats()
1641 ht = (u16)(rmode->xfbHeight / 2); in PrintStats()
1646 text_y = (s16)((rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT) / 2); in PrintStats()
1648 wd = (u16)(rmode->fbWidth / 2); in PrintStats()
1649 ht = (u16)(rmode->xfbHeight / 2); in PrintStats()