Home
last modified time | relevance | path

Searched refs:cursor_height_input (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/
Ddemo_guix_ml_text_input.c173 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/
Ddemo_guix_sl_text_input_8bpp.c80 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/
Ddemo_guix_ml_text_input_8bpp.c85 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/
Ddemo_guix_sl_text_input_32bpp.c81 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/
Ddemo_guix_ml_text_input_16bpp.c120 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/
Ddemo_guix_sl_text_input_16bpp.c226 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()