Searched refs:pixelmap_button (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_widget_types/ |
| D | demo_guix_widget_types.c | 641 VOID custom_next_button_draw(GX_PIXELMAP_BUTTON *pixelmap_button) in custom_next_button_draw() argument 647 x_pos = pixelmap_button->gx_widget_size.gx_rectangle_left; in custom_next_button_draw() 648 y_pos = pixelmap_button->gx_widget_size.gx_rectangle_top; in custom_next_button_draw() 650 if (pixelmap_button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_next_button_draw()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_error_checking_api_coverage_no_output.c | 100 GX_PIXELMAP_BUTTON pixelmap_button; in control_thread_entry() local 1630 …status = gx_pixelmap_button_create(&pixelmap_button, 0, 0, 0, 0, 0, 0, 0, 0);//should return GX_PT… in control_thread_entry() 1633 memset(&pixelmap_button, 0, sizeof(GX_PIXELMAP_BUTTON)); in control_thread_entry() 1634 …status = _gxe_pixelmap_button_create(&pixelmap_button, 0, 0, 0, 0, 0, 0, 0,&size, 0);//should retu… in control_thread_entry() 1637 pixelmap_button.gx_widget_type = GX_TYPE_PIXELMAP_BUTTON; in control_thread_entry() 1638 …status = gx_pixelmap_button_create(&pixelmap_button, 0, 0, 0, 0, 0, 0, 0, &size);//should return G… in control_thread_entry() 1641 memset(&pixelmap_button, 0, sizeof(GX_PIXELMAP_BUTTON)); in control_thread_entry() 1642 … status = gx_pixelmap_button_create(&pixelmap_button, 0, 0, 0, 0, 0, 0, 0, &size);// parent is NULL in control_thread_entry() 1645 status = gx_pixelmap_button_event_process(&pixelmap_button, 0); // should return GX_PTR_ERROR in control_thread_entry() 1648 pixelmap_button.gx_widget_type = 0; in control_thread_entry() [all …]
|