Lines Matching refs:display_index
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()
450 int display_index; in app_root_event_process() local
459 display_index = driver_instance->win32_display_index; 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()
696 void app_runner::RunApplication(int display_index, CWnd *parent) in RunApplication() argument
715 info = &project->mDisplays[display_index]; in RunApplication()
723 GetProjectView()->GetTopLevelWidgetList(display_index, &screen_list); in RunApplication()
741 int active_theme = project->mDisplays[display_index].active_theme; in RunApplication()
748 IsDave2dFontFormat(project, display_index), in RunApplication()
764 GetResourceView()->BuildResourceTables(display_index, app_display, FALSE); in RunApplication()
808 data->win32_display_index = display_index; in RunApplication()