Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/demo/src/
DDEMOWin.c324 handle->curr_output_col = 0; in DEMOWinCreateWindow()
533 handle->curr_output_col = 0; 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()
544 handle->curr_output_col++; in DEMOWinLogPrintf()
547 if (handle->curr_output_col >= handle->char_width) in DEMOWinLogPrintf()
549 handle->curr_output_col = 0; in DEMOWinLogPrintf()
554 … index = (u16)(handle->curr_output_line * handle->char_width + handle->curr_output_col); in DEMOWinLogPrintf()
/RvlSDK-3.1.4/include/demo/
DDEMOWin.h225 u16 curr_output_col; // Current col in a line at which "log printf" will output text member