Searched refs:cursor_height_input (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/ |
| D | demo_guix_ml_text_input.c | 173 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in set_cursor_height() local 180 cursor_height_input = &main_screen.main_screen_cursor_height_input; in set_cursor_height() 183 gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in set_cursor_height()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_8bpp/ |
| D | demo_guix_sl_text_input_8bpp.c | 80 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in main_event_handler() local 162 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 165 … gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_8bpp/ |
| D | demo_guix_ml_text_input_8bpp.c | 85 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in main_event_handler() local 159 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 162 … gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_32bpp/ |
| D | demo_guix_sl_text_input_32bpp.c | 81 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in main_event_handler() local 163 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 166 … gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_input_16bpp/ |
| D | demo_guix_ml_text_input_16bpp.c | 120 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in main_event_handler() local 221 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 224 … gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in main_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_16bpp/ |
| D | demo_guix_sl_text_input_16bpp.c | 226 GX_SINGLE_LINE_TEXT_INPUT *cursor_height_input; in main_event_handler() local 319 cursor_height_input = &pMainScreen->window_cursor_height_input; in main_event_handler() 322 … gx_single_line_text_input_buffer_get(cursor_height_input, &input_buffer, &string_size, GX_NULL); in main_event_handler()
|