Lines Matching refs:printY
131 s16 printY = MENU_BOX_TL_Y; in RenderMenu() local
135 for ( iMenu = 0; iMenu < NUM_MSG_BOX_MENUS; ++iMenu, printY += FONT_LEADING ) 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()
172 s16 printY = LIST_BOX_TL_Y; in RenderMsgList() local
179 printY += FONT_LEADING; in RenderMsgList()
181 (void)DEMORFPrintf( printX, printY, 0, "(%s box has no message.)", in RenderMsgList()
186 (void)DEMORFPrintf( printX, printY, 0, "ID:" ); in RenderMsgList()
188 (void)DEMORFPrintf( printX, printY, 0, "Subject:" ); in RenderMsgList()
196 printY += FONT_LEADING; 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()
209 (void)DEMORFPrintf( printX, printY, 0, "%s", g_subjectBuf[mbType][idxSubjectBuf] ); in RenderMsgList()
226 s16 printY; in RenderMsgContent() local
231 printY = HEADER_BOX_TL_Y; in RenderMsgContent()
234 (void)DEMORFPrintf( printX, printY, 0, "[From]" ); in RenderMsgContent()
235 PrintFrom( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
237 printY += FONT_LEADING; in RenderMsgContent()
238 (void)DEMORFPrintf( printX, printY, 0, "[To]" ); in RenderMsgContent()
239 PrintTo( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
241 printY += FONT_LEADING; in RenderMsgContent()
242 (void)DEMORFPrintf( printX, printY, 0, "[Subject]" ); in RenderMsgContent()
243 PrintSubject( (s16)(printX + indent), printY, &g_msgData ); in RenderMsgContent()
247 printY = TEXT_BOX_TL_Y; in RenderMsgContent()
248 PrintBodyText( printX, printY, &g_msgData ); in RenderMsgContent()
254 printY -= 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()
264 printY += TEXT_BOX_ROWS * FONT_LEADING + FONT_SIZE; 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()
276 printY = (s16)(HOWTO_BOX_TL_Y - (2 * FONT_LEADING)); 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()
298 s16 printY = TEXT_BOX_TL_Y; in RenderTextDeleteMsg() local
301 (void)DEMORFPrintf( printX, printY, 0, "Are you sure you want to delete this message?" ); in RenderTextDeleteMsg()
303 printY += 2 * FONT_LEADING; 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()
312 printY += FONT_LEADING; 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()
331 s16 printY = TEXT_BOX_TL_Y; 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()
340 printY += FONT_LEADING; 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()
359 s16 printY = TEXT_BOX_TL_Y; 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()
368 printY += FONT_LEADING; 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()
387 s16 printY = TEXT_BOX_TL_Y; in RenderTextDoneRecvMsg() local
389 (void)DEMORFPrintf( printX, printY, 0, "Received a test message successfully." ); in RenderTextDoneRecvMsg()
391 printY += 2 * FONT_LEADING; 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()
410 s16 printY = TEXT_BOX_TL_Y; in RenderTextDonePostMsg() local
412 (void)DEMORFPrintf( printX, printY, 0, "Posted a test message successfully." ); in RenderTextDonePostMsg()
414 printY += 2 * FONT_LEADING; 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()
434 s16 printY = HOWTO_BOX_TL_Y; 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()
536 s16 printY; in PrintBodyText() local
568 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()
569 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()