Home
last modified time | relevance | path

Searched refs:curr_output_col (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c327 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()
/RvlSDK-3.2/include/demo/
DDEMOWin.h225 u16 curr_output_col; // Current col in a line at which "log printf" will output text member