Searched refs:curr_output_line (Results 1 – 2 of 2) sorted by relevance
329 handle->curr_output_line = 0; in DEMOWinCreateWindow()537 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()542 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()548 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()556 … handle->curr_output_line = (u16)((handle->curr_output_line + 1) % handle->total_lines); in DEMOWinLogPrintf()560 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()658 if (v_start != handle->curr_output_line) in DEMOWinScrollWindow()667 if (handle->curr_view_line != handle->curr_output_line) in DEMOWinScrollWindow()676 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