Searched refs:printX (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerRender.c | 130 s16 printX = MENU_BOX_TL_X; in RenderMenu() local 137 printX = MENU_BOX_TL_X; in RenderMenu() 143 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMenu() 148 printX += DEMORFPrintf( printX, printY, 0, "[%s]", STR_MSG_BOX_MENU[iMenu] ); in RenderMenu() 153 (void)DEMORFPrintf( printX, printY, 0, "(%u)", g_numMsgs[MB_TYPE_RECV] ); in RenderMenu() 158 (void)DEMORFPrintf( printX, printY, 0, "(%u)", g_numMsgs[MB_TYPE_SEND] ); in RenderMenu() 171 s16 printX = LIST_BOX_TL_X; in RenderMsgList() local 181 (void)DEMORFPrintf( printX, printY, 0, "(%s box has no message.)", in RenderMsgList() 186 (void)DEMORFPrintf( printX, printY, 0, "ID:" ); in RenderMsgList() 187 printX += DEMOGetRFTextWidth( "[00000000] " ); in RenderMsgList() [all …]
|
| /RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/ |
| D | FLViewerRender.c | 84 s16 printX; in Render() local 100 printX = HEX_BOX_TL_X; in Render() 102 printX += DEMORFPrintf( printX, printY, 0, "(hex) 0x" ); in Render() 104 (void)DEMORFPrintf( printX, printY, 0, "%s", g_hexBuf ); in Render() 112 printX = LIST_BOX_TL_X; in Render() 117 (void)DEMORFPrintf( printX, printY, 0, "%d", frames ); in Render() 123 printX = HELP_BOX_TL_X; in Render() 126 (void)DEMORFPrintf( printX, printY, 0, "Delete this friend info? (A/B)" ); in Render() 134 … printX = (s16)(g_screenWidth - (2 * FONT_SIZE) - DEMOGetRFTextWidth( "<1>: Show help" )); in Render() 136 (void)DEMORFPrintf( printX, printY, 0, "<1>: Show help" ); in Render() [all …]
|