Home
last modified time | relevance | path

Searched refs:FONT_LEADING (Results 1 – 2 of 2) sorted by relevance

/RevoEX-3.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c40 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()
[all …]
/RevoEX-3.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerRender.c36 static const s16 FONT_LEADING = (s16)(FONT_SIZE + 2); variable
39 static const s16 LIST_BOX_TL_Y = 3 * FONT_LEADING;
43 static const s16 INFO_BOX_TL_Y = 3 * FONT_LEADING;
46 static const s16 HELP_BOX_TL_Y = 16 * FONT_LEADING;
49 static const s16 HEX_BOX_TL_Y = 2 * FONT_LEADING;
113 printY = (s16)(LIST_BOX_TL_Y + ((LIST_BOX_ROWS + 1) * FONT_LEADING)); in Render()
124 printY = HELP_BOX_TL_Y - FONT_LEADING; in Render()
135 printY = (s16)(LIST_BOX_TL_Y + (LIST_BOX_ROWS * FONT_LEADING)); in Render()
284 printY += FONT_LEADING; in RenderFriendList()
326 printY += 2 * FONT_LEADING; in RenderFriendInfo()
[all …]