Lines Matching refs:u16
212 u16 x_cal; // corrective offset, for centering window contents horizontally
213 u16 y_cal; // corrective offset, for centering window contents vertically
215 u16 pixel_width; // width of window, in pixels
216 u16 pixel_height; // height of window, in pixels
218 u16 char_width; // width of window, in characters
219 u16 char_height; // height of window, in characters
221 u16 num_scroll_lines; // number of scrollback lines
222 u16 total_lines; // total number of buffer lines (including visible)
224 u16 curr_output_line; // current row in buffer at which "log printf" will output text
225 u16 curr_output_col; // current col in a line at which "log printf" will output text
226 u16 curr_view_line; // for scrolling through the buffer
373 DEMOWinInfo *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll…
389 void DEMOWinPrintfXY (DEMOWinInfo *handle, u16 col, u16 row, char *fmt, ...);
390 void DEMOWinClearRow (DEMOWinInfo *handle, u16 row);
403 DEMOWinMenuInfo *DEMOWinCreateMenuWindow (DEMOWinMenuInfo *menu, u16 x, u16 y);
408 DEMOWinListInfo *DEMOWinCreateListWindow (DEMOWinListInfo *list, u16 x, u16 y);