Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c124 GX_TEXT_INPUT_CURSOR text_input_cursor; in control_thread_entry() local
3086 memset(&text_input_cursor, 0, sizeof(GX_TEXT_INPUT_CURSOR)); in control_thread_entry()
3087 …status = gx_text_input_cursor_blink_interval_set(&text_input_cursor, 0);//should return GX_INVALID… in control_thread_entry()
3090 … status = gx_text_input_cursor_blink_interval_set(&text_input_cursor, 1);//should return GX_SUCCESS in control_thread_entry()
3096 status = gx_text_input_cursor_height_set(&text_input_cursor, 0);//should return GX_INVALID_VALUE in control_thread_entry()
3102 status = gx_text_input_cursor_width_set(&text_input_cursor, 0);//should return GX_INVALID_VALUE in control_thread_entry()