Searched refs:curr_output_col (Results 1 – 2 of 2) sorted by relevance
330 handle->curr_output_col = 0; in DEMOWinCreateWindow()539 handle->curr_output_col = 0; 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()550 handle->curr_output_col++; in DEMOWinLogPrintf()553 if (handle->curr_output_col >= handle->char_width) in DEMOWinLogPrintf()555 handle->curr_output_col = 0; in DEMOWinLogPrintf()560 … 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