Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/wpaddemo/src/
Dwpadsample.c49 #define FONT_HEIGHT 10 macro
50 #define CLMN_WIDTH 20 * FONT_HEIGHT
994 y+=FONT_HEIGHT*2; in renderScreen()
1001 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ADDR "); in renderScreen()
1002 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TX-STAT "); in renderScreen()
1003 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TYPE "); in renderScreen()
1004 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "FORMAT "); in renderScreen()
1005 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "RATE "); in renderScreen()
1006 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "BUTTON "); in renderScreen()
1007 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ACC "); in renderScreen()
[all …]
Ddummy_checker.c54 #define FONT_HEIGHT 8 macro
449 #define COL_WIDTH 6*FONT_HEIGHT
478 y+=FONT_HEIGHT; in renderStatus()
479 y+=FONT_HEIGHT; in renderStatus()
480 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
481 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
482 DEMOPrintf(x, y, 0, "Error :"); y+=FONT_HEIGHT; in renderStatus()
483 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
484 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
485 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
[all …]
/RvlSDK-3.1.4/build/demos/nanddemo/src/
Dgamesave.c407 #define FONT_HEIGHT 8 in RenderControls() macro
408 s16 x = FONT_HEIGHT; in RenderControls()
409 s16 y = FONT_HEIGHT; in RenderControls()
420 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "---------GC Controller---------"); in RenderControls()
423 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Up: Move cursor up"); in RenderControls()
424 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Down: Move cursor down"); in RenderControls()
425 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " A: Print"); in RenderControls()
426 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " L: Refresh"); in RenderControls()
427 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " X: Delete"); in RenderControls()
449 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "Start: Quit this demo"); in RenderControls()