Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Performance/
Dperf-fill.c1265 #define STAT_CHAR_HT 8 macro
1623 text_yinc = STAT_CHAR_HT + STAT_CHAR_YSP; in PrintStats()
1630 text_y = (s16)(rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT); in PrintStats()
1631 text_yinc = -(STAT_CHAR_HT + STAT_CHAR_YSP); in PrintStats()
1639 text_yinc = STAT_CHAR_HT + STAT_CHAR_YSP / 2; in PrintStats()
1646 text_y = (s16)((rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT) / 2); in PrintStats()
1647 text_yinc = -(STAT_CHAR_HT + STAT_CHAR_YSP / 2); in PrintStats()