Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dtext.c112 tb->num_y = &y_size; in init_text_buf()
223 for (i = 0; i < *(tb->num_y) - 1 && i < LINE_BUF_Y_SIZE; i++) in m_putchar()
309 for (line_no = 0; line_no < (*tb->num_y + 1); line_no++) in text_buf_to_vram()
336 for (; line_no <= *tb->num_y; line_no++) in text_buf_to_vram()
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/include/
Dtext.h43 int *num_x, *num_y; member