Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c298 …handle->char_height = (u16)(((handle->pixel_height)/FONT_CHAR_HEIGHT)-2); // Save first line for… in DEMOWinCreateWindow()
301 …al = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FONT_CHAR_HEI… in DEMOWinCreateWindow()
316 OSReport("char_height : %4d\n", handle->char_height); in DEMOWinCreateWindow()
324 handle->total_lines = (u16)(handle->char_height + handle->num_scroll_lines); in DEMOWinCreateWindow()
591 if ((row >= handle->char_height) || (col >= handle->char_width)) in DEMOWinPrintfXY()
604 …buffer_row = (u16)( ((handle->curr_view_line + handle->total_lines) - (handle->char_height-1)) % … in DEMOWinPrintfXY()
653 … v_start = (u16)(((n + handle->total_lines) - handle->char_height+1) % handle->total_lines); in DEMOWinScrollWindow()
765 if (row >= handle->char_height) in DEMOWinClearRow()
773 …buffer_row = (u16)( ((handle->curr_view_line + handle->total_lines) - (handle->char_height-1)) % … in DEMOWinClearRow()
816 …buffer_row = (u16)( ((handle->curr_view_line + handle->total_lines) - (handle->char_height-1)) % … in DEMOWinClearWindow()
[all …]
/RvlSDK-3.2/include/demo/
DDEMOWin.h219 u16 char_height; // Height of window, in characters member
416 #define DEMOWinGetNumCols(h) ((h)->char_height)