Lines Matching refs:printX
147 s16 printX = MENU_BOX_TL_X; in RenderMenu() local
154 printX = MENU_BOX_TL_X; in RenderMenu()
160 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMenu()
165 printX += DEMORFPrintf( printX, printY, 0, "[%s]", STR_MSG_BOX_MENU[iMenu] ); in RenderMenu()
170 (void)DEMORFPrintf( printX, printY, 0, "(%u)", g_numMsgs[MB_TYPE_RECV] ); in RenderMenu()
175 (void)DEMORFPrintf( printX, printY, 0, "(%u)", g_numMsgs[MB_TYPE_SEND] ); in RenderMenu()
188 s16 printX = LIST_BOX_TL_X; in RenderMsgList() local
198 (void)DEMORFPrintf( printX, printY, 0, "(%s box has no message.)", in RenderMsgList()
203 (void)DEMORFPrintf( printX, printY, 0, "ID:" ); in RenderMsgList()
204 printX += DEMOGetRFTextWidth( "[00000000] " ); in RenderMsgList()
205 (void)DEMORFPrintf( printX, printY, 0, "Subject:" ); in RenderMsgList()
212 printX = LIST_BOX_TL_X; in RenderMsgList()
219 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMsgList()
224 (void)DEMORFPrintf( printX, printY, 0, "[%08d] ", g_idListBuf[mbType][idxMsgId] ); in RenderMsgList()
225 printX += DEMOGetRFTextWidth( "[00000000] " ); in RenderMsgList()
226 (void)DEMORFPrintf( printX, printY, 0, "%s", g_subjectBuf[mbType][idxSubjectBuf] ); in RenderMsgList()
242 s16 printX; in RenderMsgContent() local
247 printX = HEADER_BOX_TL_X; in RenderMsgContent()
251 (void)DEMORFPrintf( printX, printY, 0, "[From]" ); in RenderMsgContent()
252 PrintFrom( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
255 (void)DEMORFPrintf( printX, printY, 0, "[To]" ); in RenderMsgContent()
256 PrintTo( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
259 (void)DEMORFPrintf( printX, printY, 0, "[Subject]" ); in RenderMsgContent()
260 PrintSubject( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
263 printX = TEXT_BOX_TL_X; in RenderMsgContent()
265 PrintBodyText( printX, printY, &g_msgData ); in RenderMsgContent()
270 printX += TEXT_BOX_WIDTH + FONT_SIZE; in RenderMsgContent()
274 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_UPARROW ); in RenderMsgContent()
278 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_CANNOT_SCROLL ); in RenderMsgContent()
284 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_DOWNARROW ); in RenderMsgContent()
288 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_CANNOT_SCROLL ); in RenderMsgContent()
292 printX = HOWTO_BOX_TL_X; in RenderMsgContent()
294 printX += DEMORFPrintf( printX, printY, 0, "(Push " ); in RenderMsgContent()
297 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderMsgContent()
300 (void)DEMORFPrintf( printX, printY, 0, " to DELETE this message.)" ); in RenderMsgContent()
314 s16 printX = TEXT_BOX_TL_X; in RenderTextDeleteMsg() local
318 (void)DEMORFPrintf( printX, printY, 0, "Are you sure you want to delete this message?" ); in RenderTextDeleteMsg()
322 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDeleteMsg()
324 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDeleteMsg()
326 (void)DEMORFPrintf( printX, printY, 0, " to DELETE this message." ); in RenderTextDeleteMsg()
328 printX = TEXT_BOX_TL_X; in RenderTextDeleteMsg()
330 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDeleteMsg()
332 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextDeleteMsg()
334 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextDeleteMsg()
347 s16 printX = TEXT_BOX_TL_X; in RenderTextBeforeRecvMsg() local
350 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforeRecvMsg()
352 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextBeforeRecvMsg()
354 (void)DEMORFPrintf( printX, printY, 0, " to RECEIVE a test message." ); in RenderTextBeforeRecvMsg()
356 printX = TEXT_BOX_TL_X; in RenderTextBeforeRecvMsg()
358 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforeRecvMsg()
360 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextBeforeRecvMsg()
362 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextBeforeRecvMsg()
375 s16 printX = TEXT_BOX_TL_X; in RenderTextBeforePostMsg() local
378 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforePostMsg()
380 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextBeforePostMsg()
382 (void)DEMORFPrintf( printX, printY, 0, " to POST a test message." ); in RenderTextBeforePostMsg()
384 printX = TEXT_BOX_TL_X; in RenderTextBeforePostMsg()
386 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforePostMsg()
388 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextBeforePostMsg()
390 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextBeforePostMsg()
403 s16 printX = TEXT_BOX_TL_X; in RenderTextDoneRecvMsg() local
406 (void)DEMORFPrintf( printX, printY, 0, "Received a test message successfully." ); in RenderTextDoneRecvMsg()
409 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDoneRecvMsg()
411 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDoneRecvMsg()
413 (void)DEMORFPrintf( printX, printY, 0, " to return to MENU." ); in RenderTextDoneRecvMsg()
426 s16 printX = TEXT_BOX_TL_X; in RenderTextDonePostMsg() local
429 (void)DEMORFPrintf( printX, printY, 0, "Posted a test message successfully." ); in RenderTextDonePostMsg()
432 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDonePostMsg()
434 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDonePostMsg()
436 (void)DEMORFPrintf( printX, printY, 0, " to return to MENU." ); in RenderTextDonePostMsg()
449 s16 printX = TEXT_BOX_TL_X; in RenderTextLibClosed() local
455 (void)DEMORFPrintf( printX, printY, 0, "NWC24 LIBRARY CLOSED." ); in RenderTextLibClosed()
457 printX += DEMORFPrintf( printX, printY, 0, "Scheduler is working now. Press " ); in RenderTextLibClosed()
459 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextLibClosed()
461 (void)DEMORFPrintf( printX, printY, 0, " to open again." ); in RenderTextLibClosed()
476 s16 printX = TEXT_BOX_TL_X; in RenderTextWaitOpen() local
484 printX += DEMORFPrintf( printX, printY, 0, "Please wait ..." ); in RenderTextWaitOpen()
488 (void)DEMORFPrintf( printX, printY, 0, " (CODE:%d)", errorCode ); in RenderTextWaitOpen()
504 s16 printX = TEXT_BOX_TL_X; in RenderError() local
512 (void)DEMORFPrintf( printX, printY, 0, "ERROR OCCURED. (CODE:%d)", errorCode ); in RenderError()
528 s16 printX = HOWTO_BOX_TL_X; in RenderHowToUse() local
532 printX += DEMORFPrintf( printX, printY, 0, "<UP/DOWN>" ); in RenderHowToUse()
534 printX += DEMORFPrintf( printX, printY, 0, " Select or Scroll " ); in RenderHowToUse()
536 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderHowToUse()
538 printX += DEMORFPrintf( printX, printY, 0, " Enter " ); in RenderHowToUse()
540 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderHowToUse()
544 printX += DEMORFPrintf( printX, printY, 0, " Close " ); in RenderHowToUse()
548 printX += DEMORFPrintf( printX, printY, 0, " Cancel " ); in RenderHowToUse()
553 (void)DEMORFPrintf( printX, printY, 0, "%d", frame ); in RenderHowToUse()
637 s16 printX; in PrintBodyText() local
669 printX = (s16)(x + width); in PrintBodyText()
671 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()