Searched refs:curr_output_line (Results 1 – 2 of 2) sorted by relevance
323 handle->curr_output_line = 0; in DEMOWinCreateWindow()531 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()536 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()542 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()550 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()554 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()652 if (v_start != handle->curr_output_line) in DEMOWinScrollWindow()661 if (handle->curr_view_line != handle->curr_output_line) in DEMOWinScrollWindow()670 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