Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 114) sorted by relevance

12345

/GUIX-v6.2.1/common/src/
Dgx_animation_complete.c152 GX_WIDGET *target; in _gx_animation_complete() local
160 target = animation -> gx_animation_info.gx_animation_target; in _gx_animation_complete()
165 if (target -> gx_widget_parent) in _gx_animation_complete()
167 _gx_widget_hide(target -> gx_widget_parent); in _gx_animation_complete()
171 _gx_widget_detach(target); in _gx_animation_complete()
176 _gx_system_screen_stack_push(target); in _gx_animation_complete()
180 if (target -> gx_widget_status & GX_STATUS_STUDIO_CREATED) in _gx_animation_complete()
182 _gx_widget_delete(target); in _gx_animation_complete()
194 _gx_widget_attach(animation -> gx_animation_info.gx_animation_parent, target); in _gx_animation_complete()
214 _gx_system_screen_stack_push(target); in _gx_animation_complete()
[all …]
Dgx_system_event_dispatch.c83 GX_WIDGET *target = GX_NULL; in _gx_system_event_dispatch() local
104 target = out_event.gx_event_target; in _gx_system_event_dispatch()
105 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()
141 target = *_gx_system_input_capture_stack; in _gx_system_event_dispatch()
143 if (target) in _gx_system_event_dispatch()
147 root_window = (GX_WINDOW_ROOT *)target -> gx_widget_parent; in _gx_system_event_dispatch()
179 if (!target) in _gx_system_event_dispatch()
182target = _gx_system_top_widget_find((GX_WIDGET *)root_window, pen_pos, GX_STATUS_SELECTABLE); in _gx_system_event_dispatch()
187 if (target) in _gx_system_event_dispatch()
190 out_event.gx_event_target = target; in _gx_system_event_dispatch()
[all …]
Dgx_animation_update.c88 GX_WIDGET *target; in _gx_animation_update() local
137 target = info -> gx_animation_target; in _gx_animation_update()
156 target -> gx_widget_alpha = (GX_UBYTE)test_alpha; in _gx_animation_update()
159 _gx_system_dirty_mark(target); in _gx_animation_update()
163 … _gx_system_dirty_partial_add(target -> gx_widget_parent, &target -> gx_widget_size); in _gx_animation_update()
182 x_current = target -> gx_widget_size.gx_rectangle_left; in _gx_animation_update()
183 y_current = target -> gx_widget_size.gx_rectangle_top; in _gx_animation_update()
229 …if (_gx_utility_rectangle_overlap_detect(&target -> gx_widget_size, &parent -> gx_widget_size, &bl… in _gx_animation_update()
231 … _gx_widget_scroll_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update()
236 _gx_widget_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update()
[all …]
Dgx_animation_delete.c75 UINT _gx_animation_delete(GX_ANIMATION *target, GX_WIDGET *parent) in _gx_animation_delete() argument
80 if (target) in _gx_animation_delete()
82 animation = target; in _gx_animation_delete()
91 if (target) in _gx_animation_delete()
94 parent = target -> gx_animation_info.gx_animation_parent; in _gx_animation_delete()
Dgx_animation_slide_landing_start.c79 GX_WIDGET *target; in _gx_animation_slide_landing_start() local
89target = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_2]; in _gx_animation_slide_landing_start()
93target = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_slide_landing_start()
96 target_size = &target -> gx_widget_size; in _gx_animation_slide_landing_start()
Dgxe_animation_delete.c72 UINT _gxe_animation_delete(GX_ANIMATION *target, GX_WIDGET *parent) in _gxe_animation_delete() argument
77 if ((target == GX_NULL) && (parent == GX_NULL)) in _gxe_animation_delete()
82 return _gx_animation_delete(target, parent); in _gxe_animation_delete()
Dgx_system_event_send.c81 GX_WIDGET *target = GX_NULL; in _gx_system_event_send() local
99 target = *_gx_system_input_capture_stack; in _gx_system_event_send()
117 _gx_system_pen_flick_test(target); in _gx_system_event_send()
/GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/
Dstandalone_binres_load_16bpp_specifications.c55 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
74 if (target == GX_NULL) in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
78 if (target) in gx_studio_action_target_get()
80 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
85 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
87 return target; in gx_studio_action_target_get()
93 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/template/
Dtemplate_specifications.c54 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
61 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
73 if (target == GX_NULL) in gx_studio_action_target_get()
75 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
77 if (target) in gx_studio_action_target_get()
79 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
84 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
86 return target; in gx_studio_action_target_get()
92 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/guix_studio/
Dapp_runner.cpp163 GX_ANIMATION *app_animation_create(GX_WINDOW *root, GX_WIDGET *target) in app_animation_create() argument
223 …mation_process(GX_ANIMATION_INFO *animation, GX_WINDOW *root, GX_WIDGET *parent, GX_WIDGET *target) in app_animation_process() argument
225 GX_ANIMATION *app_animation = app_animation_create(root, target); in app_animation_process()
232 info.gx_animation_target = target; in app_animation_process()
250 GX_WIDGET *target; in app_trigger_action_process() local
265 gx_system_screen_stack_get(&parent, &target); in app_trigger_action_process()
275 target = app_widget_find(root, action->target_widget_name); in app_trigger_action_process()
283 if (parent && target) in app_trigger_action_process()
285 gx_widget_attach(parent, target); in app_trigger_action_process()
293 gx_system_screen_stack_get(&parent, &target); in app_trigger_action_process()
[all …]
Dscreen_flow_edit_dlg.cpp1309 flow_item *target; in RemoveConnection() local
1328 target = mpScreenFlow->GetFlowItem(action->target_widget_name); in RemoveConnection()
1329 RemoveConnection(source, target); in RemoveConnection()
1337 void screen_flow_diagram_win::RemoveConnection(flow_item *source, flow_item *target) in RemoveConnection() argument
1341 if (!source || !target) return; in RemoveConnection()
1347 (remove->target_screen == target->screen_name)) in RemoveConnection()
1361 flow_item *target; in CheckAddConnection() local
1380 target = mpScreenFlow->GetFlowItem(action->target_widget_name); in CheckAddConnection()
1381 CheckAddConnection(source, target); in CheckAddConnection()
1389 void screen_flow_diagram_win::CheckAddConnection(flow_item *source, flow_item *target) in CheckAddConnection() argument
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_menu/
Ddemo_guix_menu_specifications.c55 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
74 if (target == GX_NULL) in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
78 if (target) in gx_studio_action_target_get()
80 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
85 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
87 return target; in gx_studio_action_target_get()
93 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions_specifications.c57 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
64 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
75 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
76 if (target == GX_NULL) in gx_studio_action_target_get()
78 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
80 if (target) in gx_studio_action_target_get()
82 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
87 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
89 return target; in gx_studio_action_target_get()
95 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/system_screen_stack/
Dsystem_screen_stack_specifications.c56 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
63 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
75 if (target == GX_NULL) in gx_studio_action_target_get()
77 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
79 if (target) in gx_studio_action_target_get()
81 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
86 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
88 return target; in gx_studio_action_target_get()
94 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c152 GX_WIDGET *target; in footer_icons_animation_start() local
165 target = (GX_WIDGET *)&base->screen_base_home;; in footer_icons_animation_start()
168 info.gx_animation_target = target; in footer_icons_animation_start()
169 info.gx_animation_start_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start()
171 info.gx_animation_end_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start()
174 gx_widget_style_remove(target, GX_STYLE_ENABLED); in footer_icons_animation_start()
181 target = (GX_WIDGET *)&base->screen_base_setting;; in footer_icons_animation_start()
183 info.gx_animation_target = target; in footer_icons_animation_start()
184 info.gx_animation_start_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start()
186 info.gx_animation_end_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start()
[all …]
/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dtrigger_target_rename_specifications.c52 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
59 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
70 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
71 if (target == GX_NULL) in gx_studio_action_target_get()
73 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
75 if (target) in gx_studio_action_target_get()
77 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
82 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
84 return target; in gx_studio_action_target_get()
90 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
Dtemplate_specifications.c56 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
63 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
75 if (target == GX_NULL) in gx_studio_action_target_get()
77 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
79 if (target) in gx_studio_action_target_get()
81 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
86 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
88 return target; in gx_studio_action_target_get()
94 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dguix_medical_mouse_support_specifications.c54 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
61 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
73 if (target == GX_NULL) in gx_studio_action_target_get()
75 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
77 if (target) in gx_studio_action_target_get()
79 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
84 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
86 return target; in gx_studio_action_target_get()
92 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial_specifications.c55 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
74 if (target == GX_NULL) in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
78 if (target) in gx_studio_action_target_get()
80 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
85 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
87 return target; in gx_studio_action_target_get()
93 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/folder_output_test/
Dfolder_output_test_specifications.c123 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
130 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
141 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
142 if (target == GX_NULL) in gx_studio_action_target_get()
144 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
146 if (target) in gx_studio_action_target_get()
148 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
153 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
155 return target; in gx_studio_action_target_get()
161 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Dguix_widget_types_specifications.c58 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
65 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
76 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
77 if (target == GX_NULL) in gx_studio_action_target_get()
79 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
81 if (target) in gx_studio_action_target_get()
83 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
88 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
90 return target; in gx_studio_action_target_get()
96 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Dall_widgets_synergy_dave_disabled_specifications.c60 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
79 if (target == GX_NULL) in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
83 if (target) in gx_studio_action_target_get()
85 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
90 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
92 return target; in gx_studio_action_target_get()
98 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_execute/
Dall_widgets_execute_specifications.c60 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
79 if (target == GX_NULL) in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
83 if (target) in gx_studio_action_target_get()
85 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
90 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
92 return target; in gx_studio_action_target_get()
98 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb/
Dall_widgets_32argb_specifications.c62 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
69 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
80 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 if (target == GX_NULL) in gx_studio_action_target_get()
83 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
85 if (target) in gx_studio_action_target_get()
87 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
92 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
94 return target; in gx_studio_action_target_get()
100 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Dall_widgets_defined_5_4_0_compatibility_specifications.c62 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_get() local
69 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
80 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 if (target == GX_NULL) in gx_studio_action_target_get()
83 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
85 if (target) in gx_studio_action_target_get()
87 target->gx_widget_status |= GX_STATUS_STUDIO_CREATED; in gx_studio_action_target_get()
92 target = (GX_WIDGET *) action->target; in gx_studio_action_target_get()
94 return target; in gx_studio_action_target_get()
100 GX_WIDGET *target = GX_NULL; in gx_studio_action_target_find() local
[all …]

12345