Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wbt/wbt-1/include/
Dtext.h27 #define LINE_BUF_Y_SIZE 24 macro
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dtext.c223 for (i = 0; i < *(tb->num_y) - 1 && i < LINE_BUF_Y_SIZE; i++) in m_putchar()