Lines Matching refs:project
111 flow_item *app_flow_item_get(studiox_project *project, int display_index, GX_WIDGET *screen) in app_flow_item_get() argument
114 screen_flow *screen_flow = project->mDisplays[display_index].screenflow; in app_flow_item_get()
247 UINT app_trigger_action_process(studiox_project *project, int display_index, GX_WINDOW *root, CArra… in app_trigger_action_process() argument
252 screen_flow *flow = project->mDisplays[display_index].screenflow; in app_trigger_action_process()
385 …action->animation->gx_animation_id = project->GetIdIndex(display_index, ID_TYPE_ANIMATION, action-… in app_trigger_action_process()
434 studiox_project *project = GetOpenProject(); in app_root_event_process() local
446 if (project && root->gx_widget_first_child) in app_root_event_process()
495 flow_item = app_flow_item_get(project, display_index, screen); in app_root_event_process()
517 … id = project->GetIdIndex(display_index, ID_TYPE_ANIMATION, trigger->system_event_animat_id_name); in app_root_event_process()
531 … id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, trigger->signal_id_name); in app_root_event_process()
546 … return app_trigger_action_process(project, display_index, root, action_list, screen, event_ptr); in app_root_event_process()
633 studiox_project *project = GetOpenProject(); in guix_execute_thread() local
635 if (!project) in guix_execute_thread()
642 screen_flow *flow = project->mDisplays[data->win32_display_index].screenflow; in guix_execute_thread()
652 project->mHeader.app_execute_xpos = data->win32_window_xpos; in guix_execute_thread()
653 project->mHeader.app_execute_ypos = data->win32_window_ypos; in guix_execute_thread()
711 studiox_project *project = GetOpenProject(); in RunApplication() local
713 if (project) in RunApplication()
715 info = &project->mDisplays[display_index]; in RunApplication()
741 int active_theme = project->mDisplays[display_index].active_theme; in RunApplication()
746 project->mHeader.target_cpu, in RunApplication()
747 IsRenesasDave2D(project), in RunApplication()
748 IsDave2dFontFormat(project, display_index), in RunApplication()
751 project->mHeader.palette_mode_aa_text_colors); in RunApplication()
780 data->win32_window_xpos = project->mHeader.app_execute_xpos; in RunApplication()
781 data->win32_window_ypos = project->mHeader.app_execute_ypos; in RunApplication()