Searched refs:myPrint (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 111 static void myPrint ( int x, int y, int z, char *fmt, ... ); 434 static void myPrint( int x, int y, int z, char *fmt, ... ) in myPrint() function 611 myPrint(30, 20, 0, "WPAD Demo -- Mplus"); in renderStatus() 612 myPrint(x, y, 0, "------------------------------"); y+=FONT_HEIGHT; in renderStatus() 613 myPrint(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus() 614 myPrint(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus() 615 myPrint(x, y, 0, "Err :"); y+=FONT_HEIGHT; in renderStatus() 616 myPrint(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus() 617 myPrint(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus() 618 myPrint(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus() [all …]
|