Lines Matching refs:FONT_LEADING
46 static const s16 FONT_LEADING = FONT_SIZE + 2; variable
48 static const s16 MENU_BOX_TL_Y = 4 * FONT_LEADING;
50 static const s16 LIST_BOX_TL_Y = 3 * FONT_LEADING;
52 static const s16 HEADER_BOX_TL_Y = (LIST_BOX_ROWS + 2) * FONT_LEADING + LIST_BOX…
54 static const s16 TEXT_BOX_TL_Y = 4 * FONT_LEADING + HEADER_BOX_TL_Y;
57 static const s16 HOWTO_BOX_TL_Y = (TEXT_BOX_ROWS + 3) * FONT_LEADING + TEXT_BOX…
152 for ( iMenu = 0; iMenu < NUM_MSG_BOX_MENUS; ++iMenu, printY += FONT_LEADING ) in RenderMenu()
196 printY += FONT_LEADING; in RenderMsgList()
213 printY += FONT_LEADING; in RenderMsgList()
254 printY += FONT_LEADING; in RenderMsgContent()
258 printY += FONT_LEADING; in RenderMsgContent()
281 printY += TEXT_BOX_ROWS * FONT_LEADING + FONT_SIZE; in RenderMsgContent()
293 printY = (s16)(HOWTO_BOX_TL_Y - (2 * FONT_LEADING)); in RenderMsgContent()
320 printY += 2 * FONT_LEADING; in RenderTextDeleteMsg()
329 printY += FONT_LEADING; in RenderTextDeleteMsg()
357 printY += FONT_LEADING; in RenderTextBeforeRecvMsg()
385 printY += FONT_LEADING; in RenderTextBeforePostMsg()
408 printY += 2 * FONT_LEADING; in RenderTextDoneRecvMsg()
431 printY += 2 * FONT_LEADING; in RenderTextDonePostMsg()
456 printY += 2 * FONT_LEADING; in RenderTextLibClosed()
670 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()