Home
last modified time | relevance | path

Searched refs:display_index (Results 1 – 25 of 44) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
DProjectConfigDlg.cpp297 void ProjectConfigWin::InitDisplayConfig(int display_index) in InitDisplayConfig() argument
300 int display_num = display_index + 1; in InitDisplayConfig()
305 DDX_Text(&nx, IDC_SCREEN_NAME, mpProject->mDisplays[display_index].name); in InitDisplayConfig()
306 DDX_Text(&nx, IDC_X_RESOLUTION, mpProject->mDisplays[display_index].xres); in InitDisplayConfig()
307 DDX_Text(&nx, IDC_Y_RESOLUTION, mpProject->mDisplays[display_index].yres); in InitDisplayConfig()
309 DDX_Check(&nx, IDC_CHECK_GRAYSCALE, mpProject->mDisplays[display_index].grayscale); in InitDisplayConfig()
310 DDX_Check(&nx, IDC_CHECK_555FORMAT, mpProject->mDisplays[display_index].format_555); in InitDisplayConfig()
311 DDX_Check(&nx, IDC_CHECK_4444FORMAT, mpProject->mDisplays[display_index].format_4444); in InitDisplayConfig()
312 DDX_Check(&nx, IDC_CHECK_332FORMAT, mpProject->mDisplays[display_index].format_332); in InitDisplayConfig()
313 DDX_Check(&nx, IDC_CHECK_REVERSE_ORDER, mpProject->mDisplays[display_index].reverse_order); in InitDisplayConfig()
[all …]
Dscreen_flow.h12 void RemoveAnimationIdFromDictionary(int display_index);
13 void AddAnimationIdToDictionary(int display_index);
40 void RemoveAnimationIdFromDictionary(int display_index);
41 void AddAnimationIdToDictionary(int display_index);
63 void RemovedAnimationIdFromDictionary(int display_index);
64 void AddAnimationIdToDictionary(int display_index);
86 void DeleteFlowItem(CString &screen_name, int display_index);
101 void RebuildAnimationIdDictionary(int display_index);
Dapp_runner.cpp111 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()
[all …]
Dwidget_writer.cpp8 void widget_writer::WriteWidgets(xml_writer &writer, studiox_project *project, int display_index, w… in WriteWidgets() argument
17 provider->SaveToProject(writer, project, display_index, start); in WriteWidgets()
25 WriteWidgets(writer, project, display_index, start->GetChildWidgetInfo()); in WriteWidgets()
40 …:WriteWidgetFolders(xml_writer &writer, studiox_project *project, int display_index, folder_info *… in WriteWidgetFolders() argument
47 WriteWidgets(writer, project, display_index, start->GetFirstChildWidget(), TRUE); in WriteWidgetFolders()
Dscreen_flow.cpp61 void action_info::RemoveAnimationIdFromDictionary(int display_index) in RemoveAnimationIdFromDictionary() argument
68 project->RemoveFromIdDictionary(display_index, ID_TYPE_ANIMATION, animation_id_name); in RemoveAnimationIdFromDictionary()
74 void action_info::AddAnimationIdToDictionary(int display_index) in AddAnimationIdToDictionary() argument
81 project->AddToIdDictionary(display_index, ID_TYPE_ANIMATION, animation_id_name); in AddAnimationIdToDictionary()
249 void trigger_info::RemoveAnimationIdFromDictionary(int display_index) in RemoveAnimationIdFromDictionary() argument
256 action->RemoveAnimationIdFromDictionary(display_index); in RemoveAnimationIdFromDictionary()
261 void trigger_info::AddAnimationIdToDictionary(int display_index) in AddAnimationIdToDictionary() argument
268 action->AddAnimationIdToDictionary(display_index); in AddAnimationIdToDictionary()
336 void flow_item::RemovedAnimationIdFromDictionary(int display_index) in RemovedAnimationIdFromDictionary() argument
342 trigger->RemoveAnimationIdFromDictionary(display_index); in RemovedAnimationIdFromDictionary()
[all …]
Dproject_view.cpp341 int display_index = GetActiveDisplay(); in RunApplication() local
342 display = &project->mDisplays[display_index]; in RunApplication()
346 runner.RunApplication(display_index, parent); in RunApplication()
434 int display_index = project->GetDisplayIndex(info); in check_set_active_display() local
436 if (display_index >= 0) in check_set_active_display()
438 if (display_index != m_active_display) in check_set_active_display()
443 m_active_display = display_index; in check_set_active_display()
444 GetTargetScreen()->ConfigureDisplay(display_index); in check_set_active_display()
445 GetResourceView()->OnDisplaySelect(display_index); in check_set_active_display()
497 int display_index; in OnNodeSelect() local
[all …]
Dwidget_writer.h5 …static void WriteWidgets(xml_writer &writer, studiox_project *project, int display_index, widget_i…
6 … WriteWidgetFolders(xml_writer &writer, studiox_project *project, int display_index, folder_info *…
Dcolor_edit_dialog.cpp514 color_edit_dialog::color_edit_dialog(int display_index, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
524 mDisplayIndex = display_index; in BEGIN_MESSAGE_MAP()
542 switch (mpProject->mDisplays[display_index].colorformat) in BEGIN_MESSAGE_MAP()
548 … mPalette.total_size = mpProject->mDisplays[display_index].themes[active_theme].palette_total_size; in BEGIN_MESSAGE_MAP()
549 … mPalette.used_size = mpProject->mDisplays[display_index].themes[active_theme].palette_predefined; in BEGIN_MESSAGE_MAP()
578 color_edit_dialog::color_edit_dialog(resource_item *res, int display_index, CWnd* pParent /*=NULL*/) in color_edit_dialog() argument
586 GX_COLOR color = res->GetRGBColor(display_index); in color_edit_dialog()
592 mDisplayIndex = display_index; in color_edit_dialog()
596 mResId = mpProject->GetResourceId(display_index, res->mpRes); in color_edit_dialog()
601 int color_format = mpProject->mDisplays[display_index].colorformat; in color_edit_dialog()
[all …]
Dresource_item.cpp424 int display_index = project->GetDisplayIndex(mpRes); in MakeFontPreview() local
426 if (display_index >= 0) in MakeFontPreview()
428 int color_format = project->mDisplays[display_index].colorformat; in MakeFontPreview()
433 …IsRenesasDave2D(project), IsDave2dFontFormat(project, display_index), gray_palette, 16, project->m… in MakeFontPreview()
503 int display_index = project->GetDisplayIndex(mpRes); in MakePixelmapPreview() local
504 int color_format = project->mDisplays[display_index].colorformat; in MakePixelmapPreview()
505 int active_theme = project->mDisplays[display_index].active_theme; in MakePixelmapPreview()
511 … project->mHeader.target_cpu, IsRenesasDave2D(project), IsDave2dFontFormat(project, display_index), in MakePixelmapPreview()
512 project->mDisplays[display_index].themes[active_theme].palette, in MakePixelmapPreview()
513 project->mDisplays[display_index].themes[active_theme].palette_total_size, in MakePixelmapPreview()
[all …]
Dresource_export_dlg.h58 void AddLanguages(HTREEITEM hParent, int display_index);
60 void SaveLanguageChecks(HTREEITEM hParent, int display_index);
DStudioXProject.cpp1457 int display_index = -1; in InitializeOnePixelmap() local
1555 display_index = GetDisplayIndex(info); in InitializeOnePixelmap()
1556 mDisplays[display_index].default_map_format = FALSE; in InitializeOnePixelmap()
1685 if (display_index < 0) in InitializeOnePixelmap()
1687 display_index = GetDisplayIndex(info); in InitializeOnePixelmap()
1690 … if ((mDisplays[display_index].rotation_angle == GX_SCREEN_ROTATION_NONE) && (result == FALSE)) in InitializeOnePixelmap()
2220 int display_index = GetDisplayIndex(parent); in AddCustomColor() local
2228 AddToResourceDictionary(display_index, newcolor); in AddCustomColor()
2398 int display_index = GetDisplayIndex(folder); in DeleteFolder() local
2399 folder_info *folder_item = mDisplays[display_index].GetFirstChildFolder(); in DeleteFolder()
[all …]
DStudioXProject.h689 folder_info *FindFolderInfo(int display_index, const CString &name) const;
737 void WriteThemeScrollbars(xml_writer &writer, int display_index, int theme);
742 void ReadScreenFlow(xml_reader &reader, int display_index);
743 void ReadFlowItem(xml_reader &reader, int display_index);
744 void ReadTriggerInfo(xml_reader &reader, int display_index, flow_item *item);
751 void ReadThemeScrollbars(xml_reader &reader, int display_index, int theme);
Dstudiox_util.h103 BOOL FileExists(INT display_index, INT resource_type, CString pathname);
104 BOOL NameExists(INT display_index, INT resource_type, CString name);
105 BOOL SetImportIdName(INT display_index, CString &input_name);
Dcolor_edit_dialog.h45 …color_edit_dialog(resource_item *res, int display_index, CWnd* pParent = NULL); // standard cons…
46 color_edit_dialog(int display_index, CWnd *pParent = NULL);
Dwidget_factory.cpp237 int display_index; in GenerateWidgets() local
297 display_index = project->GetDisplayIndex(child); in GenerateWidgets()
299 if (display_index >= 0) in GenerateWidgets()
301 … created->gx_widget_id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, child->id_name); in GenerateWidgets()
356 int display_index; in GenerateAppScreen() local
369 display_index = project->GetDisplayIndex(child); in GenerateAppScreen()
370 … created->gx_widget_id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, child->id_name); in GenerateAppScreen()
Dresource_export_dlg.cpp311 void resource_export_dlg::AddLanguages(HTREEITEM hParent, int display_index) in AddLanguages() argument
325 if (project->mDisplays[display_index].gen_string_table[index]) in AddLanguages()
459 void resource_export_dlg::SaveLanguageChecks(HTREEITEM hParent, int display_index) in SaveLanguageChecks() argument
487 if (project->mDisplays[display_index].gen_string_table[index] != enabled) in SaveLanguageChecks()
489 project->mDisplays[display_index].gen_string_table[index] = enabled; in SaveLanguageChecks()
Dapp_runner.h10 void RunApplication(int display_index, CWnd *parent = NULL);
Dstudiox_util.cpp1698 BOOL FileExists(INT display_index, INT resource_type, CString pathname) in FileExists() argument
1728 int active_theme = project->mDisplays[display_index].active_theme; in FileExists()
1729 group_info = project->FindResource(display_index, active_theme, RES_TYPE_GROUP, group_id); in FileExists()
1764 BOOL NameExists(INT display_index, INT resource_type, CString name) in NameExists() argument
1796 int active_theme = project->mDisplays[display_index].active_theme; in NameExists()
1797 group_info = project->FindResource(display_index, active_theme, RES_TYPE_GROUP, group_id); in NameExists()
2013 BOOL SetImportIdName(INT display_index, CString &input_name) in SetImportIdName() argument
2051 while (NameExists(display_index, RES_TYPE_PIXELMAP, output_name)) in SetImportIdName()
DMainFrm.h250 void TestOneWidgetStringsFit(int display_index, widget_info* info);
251 void TestStringsFit(int display_index, widget_info* info);
Dproject_view.h70 void FolderSelected(INT display_index, CString folder_name);
108 void GetTopLevelWidgetList(int display_index, CArray<widget_info *> *list);
Dtrigger_edit_dlg.cpp66 trigger_edit_dlg::trigger_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd*… in IMPLEMENT_DYNAMIC()
88 …info = project->FindWidgetInfo(project->mDisplays[display_index].GetFirstChildFolder(), item->scre… in IMPLEMENT_DYNAMIC()
91 mDisplayIndex = display_index; in IMPLEMENT_DYNAMIC()
Dtrigger_edit_dlg.h17 …trigger_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd* pParent = NULL);…
Dstring_scroll_wheel_edit_dlg.h71 …string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID> *list_array, CWnd* pParent …
Dtrigger_list_edit_dlg.h60 …trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent = NULL)…
Dtrigger_action_edit_dlg.h28 …trigger_action_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd* pParent =…

12