Lines Matching refs:printX
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()
188 (void)DEMORFPrintf( printX, printY, 0, "Subject:" ); in RenderMsgList()
195 printX = LIST_BOX_TL_X; in RenderMsgList()
202 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMsgList()
207 (void)DEMORFPrintf( printX, printY, 0, "[%08d] ", g_idListBuf[mbType][idxMsgId] ); in RenderMsgList()
208 printX += DEMOGetRFTextWidth( "[00000000] " ); in RenderMsgList()
209 (void)DEMORFPrintf( printX, printY, 0, "%s", g_subjectBuf[mbType][idxSubjectBuf] ); in RenderMsgList()
225 s16 printX; in RenderMsgContent() local
230 printX = HEADER_BOX_TL_X; in RenderMsgContent()
234 (void)DEMORFPrintf( printX, printY, 0, "[From]" ); in RenderMsgContent()
235 PrintFrom( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
238 (void)DEMORFPrintf( printX, printY, 0, "[To]" ); in RenderMsgContent()
239 PrintTo( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
242 (void)DEMORFPrintf( printX, printY, 0, "[Subject]" ); in RenderMsgContent()
243 PrintSubject( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
246 printX = TEXT_BOX_TL_X; in RenderMsgContent()
248 PrintBodyText( printX, printY, &g_msgData ); in RenderMsgContent()
253 printX += TEXT_BOX_WIDTH + FONT_SIZE; in RenderMsgContent()
257 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_UPARROW ); in RenderMsgContent()
261 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_CANNOT_SCROLL ); in RenderMsgContent()
267 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_DOWNARROW ); in RenderMsgContent()
271 (void)DEMORFPrintf( printX, printY, 0, "%s", STR_CANNOT_SCROLL ); in RenderMsgContent()
275 printX = HOWTO_BOX_TL_X; in RenderMsgContent()
277 printX += DEMORFPrintf( printX, printY, 0, "(Push " ); in RenderMsgContent()
280 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderMsgContent()
283 (void)DEMORFPrintf( printX, printY, 0, " to DELETE this message.)" ); in RenderMsgContent()
297 s16 printX = TEXT_BOX_TL_X; in RenderTextDeleteMsg() local
301 (void)DEMORFPrintf( printX, printY, 0, "Are you sure you want to delete this message?" ); in RenderTextDeleteMsg()
305 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDeleteMsg()
307 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDeleteMsg()
309 (void)DEMORFPrintf( printX, printY, 0, " to DELETE this message." ); in RenderTextDeleteMsg()
311 printX = TEXT_BOX_TL_X; in RenderTextDeleteMsg()
313 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDeleteMsg()
315 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextDeleteMsg()
317 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextDeleteMsg()
330 s16 printX = TEXT_BOX_TL_X; in RenderTextBeforeRecvMsg() local
333 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforeRecvMsg()
335 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextBeforeRecvMsg()
337 (void)DEMORFPrintf( printX, printY, 0, " to RECEIVE a test message." ); in RenderTextBeforeRecvMsg()
339 printX = TEXT_BOX_TL_X; in RenderTextBeforeRecvMsg()
341 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforeRecvMsg()
343 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextBeforeRecvMsg()
345 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextBeforeRecvMsg()
358 s16 printX = TEXT_BOX_TL_X; in RenderTextBeforePostMsg() local
361 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforePostMsg()
363 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextBeforePostMsg()
365 (void)DEMORFPrintf( printX, printY, 0, " to POST a test message." ); in RenderTextBeforePostMsg()
367 printX = TEXT_BOX_TL_X; in RenderTextBeforePostMsg()
369 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextBeforePostMsg()
371 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderTextBeforePostMsg()
373 (void)DEMORFPrintf( printX, printY, 0, " to CANCEL." ); in RenderTextBeforePostMsg()
386 s16 printX = TEXT_BOX_TL_X; in RenderTextDoneRecvMsg() local
389 (void)DEMORFPrintf( printX, printY, 0, "Received a test message successfully." ); in RenderTextDoneRecvMsg()
392 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDoneRecvMsg()
394 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDoneRecvMsg()
396 (void)DEMORFPrintf( printX, printY, 0, " to return to MENU." ); in RenderTextDoneRecvMsg()
409 s16 printX = TEXT_BOX_TL_X; in RenderTextDonePostMsg() local
412 (void)DEMORFPrintf( printX, printY, 0, "Posted a test message successfully." ); in RenderTextDonePostMsg()
415 printX += DEMORFPrintf( printX, printY, 0, "Push " ); in RenderTextDonePostMsg()
417 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderTextDonePostMsg()
419 (void)DEMORFPrintf( printX, printY, 0, " to return to MENU." ); in RenderTextDonePostMsg()
433 s16 printX = HOWTO_BOX_TL_X; in RenderHowToUse() local
437 printX += DEMORFPrintf( printX, printY, 0, "<UP/DOWN>" ); in RenderHowToUse()
439 printX += DEMORFPrintf( printX, printY, 0, " Select or Scroll " ); in RenderHowToUse()
441 printX += DEMORFPrintf( printX, printY, 0, "<A>" ); in RenderHowToUse()
443 printX += DEMORFPrintf( printX, printY, 0, " Enter " ); in RenderHowToUse()
445 printX += DEMORFPrintf( printX, printY, 0, "<B>" ); in RenderHowToUse()
447 printX += DEMORFPrintf( printX, printY, 0, " Cancel " ); in RenderHowToUse()
451 (void)DEMORFPrintf( printX, printY, 0, "%d", frame ); in RenderHowToUse()
535 s16 printX; in PrintBodyText() local
567 printX = (s16)(x + width); in PrintBodyText()
569 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()