Searched refs:FONT_SIZE (Results 1 – 6 of 6) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/ |
| D | FLViewerRender.c | 36 static const s16 FONT_LEADING = (s16)(FONT_SIZE + 2); 38 static const s16 LIST_BOX_TL_X = 2 * FONT_SIZE; 40 static const s16 LIST_BOX_WIDTH = 15 * FONT_SIZE; 42 static const s16 INFO_BOX_TL_X = 17 * FONT_SIZE; 45 static const s16 HELP_BOX_TL_X = 17 * FONT_SIZE; 48 static const s16 HEX_BOX_TL_X = 30 * FONT_SIZE; 134 … printX = (s16)(g_screenWidth - (2 * FONT_SIZE) - DEMOGetRFTextWidth( "<1>: Show help" )); in Render() 390 y += LARGE_FONT_SIZE - FONT_SIZE; in PrintTypeCore() 407 SetFontSize( FONT_SIZE ); in PrintTypeCore() 434 y += LARGE_FONT_SIZE - FONT_SIZE; in PrintStatusCore() [all …]
|
| D | FLViewer.c | 389 DEMOSetROMFontSize( FONT_SIZE, 0 ); in Initialize()
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerRender.c | 40 static const s16 FONT_LEADING = FONT_SIZE + 2; 41 static const s16 MENU_BOX_TL_X = 4 * FONT_SIZE; 43 static const s16 LIST_BOX_TL_X = 16 * FONT_SIZE; 45 static const s16 HEADER_BOX_TL_X = MENU_BOX_TL_X + FONT_SIZE; 49 static const s16 TEXT_BOX_WIDTH = 29 * FONT_SIZE; 143 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMenu() 202 (void)DEMORFPrintf( (s16)(printX - FONT_SIZE), printY, 0, "%s", STR_CURSOR ); in RenderMsgList() 253 printX += TEXT_BOX_WIDTH + FONT_SIZE; in RenderMsgContent() 254 printY -= FONT_SIZE; in RenderMsgContent() 264 printY += TEXT_BOX_ROWS * FONT_LEADING + FONT_SIZE; in RenderMsgContent() [all …]
|
| D | MsgViewer.c | 389 DEMOSetROMFontSize( FONT_SIZE, 0 ); in SampleInitialize()
|
| /RevoEX-2.1/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 36 #define FONT_SIZE 16 macro
|
| D | FLViewer.h | 25 #define FONT_SIZE 16 macro
|