Searched refs:curr_output_col (Results 1 – 2 of 2) sorted by relevance
327 handle->curr_output_col = 0; in DEMOWinCreateWindow()536 handle->curr_output_col = 0; 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()547 handle->curr_output_col++; in DEMOWinLogPrintf()550 if (handle->curr_output_col >= handle->char_width) in DEMOWinLogPrintf()552 handle->curr_output_col = 0; in DEMOWinLogPrintf()557 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()
225 u16 curr_output_col; // Current col in a line at which "log printf" will output text member