Searched refs:curr_output_line (Results 1 – 2 of 2) sorted by relevance
326 handle->curr_output_line = 0; in DEMOWinCreateWindow()534 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()539 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()545 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()553 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()557 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()655 if (v_start != handle->curr_output_line) in DEMOWinScrollWindow()664 if (handle->curr_view_line != handle->curr_output_line) in DEMOWinScrollWindow()673 handle->curr_view_line = handle->curr_output_line; in DEMOWinScrollWindow()
224 u16 curr_output_line; // Current row in buffer at which "log printf" will output text member