Lines Matching refs:FONT_LEADING
40 static const s16 FONT_LEADING = FONT_SIZE + 2; variable
42 static const s16 MENU_BOX_TL_Y = 4 * FONT_LEADING;
44 static const s16 LIST_BOX_TL_Y = 3 * FONT_LEADING;
46 static const s16 HEADER_BOX_TL_Y = (LIST_BOX_ROWS + 2) * FONT_LEADING + LIST_BOX…
48 static const s16 TEXT_BOX_TL_Y = 4 * FONT_LEADING + HEADER_BOX_TL_Y;
51 static const s16 HOWTO_BOX_TL_Y = (TEXT_BOX_ROWS + 3) * FONT_LEADING + TEXT_BOX…
135 for ( iMenu = 0; iMenu < NUM_MSG_BOX_MENUS; ++iMenu, printY += FONT_LEADING ) in RenderMenu()
179 printY += FONT_LEADING; in RenderMsgList()
196 printY += FONT_LEADING; in RenderMsgList()
237 printY += FONT_LEADING; in RenderMsgContent()
241 printY += FONT_LEADING; in RenderMsgContent()
264 printY += TEXT_BOX_ROWS * FONT_LEADING + FONT_SIZE; in RenderMsgContent()
276 printY = (s16)(HOWTO_BOX_TL_Y - (2 * FONT_LEADING)); in RenderMsgContent()
303 printY += 2 * FONT_LEADING; in RenderTextDeleteMsg()
312 printY += FONT_LEADING; in RenderTextDeleteMsg()
340 printY += FONT_LEADING; in RenderTextBeforeRecvMsg()
368 printY += FONT_LEADING; in RenderTextBeforePostMsg()
391 printY += 2 * FONT_LEADING; in RenderTextDoneRecvMsg()
414 printY += 2 * FONT_LEADING; in RenderTextDonePostMsg()
568 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()