Lines Matching refs:m_current_display
128 m_current_display = current_display; in IMPLEMENT_DYNAMIC()
132 m_current_display = 0; in IMPLEMENT_DYNAMIC()
189 m_spin_current_screen.SetPos(m_current_display + 1); in OnInitDialog()
249 DDX_Text(pDX, IDC_SELECTED_DISPLAY, m_current_display); in DoDataExchange()
250 m_current_display -= 1; in DoDataExchange()
251 SaveDisplayConfig(m_current_display); in DoDataExchange()
291 InitDisplayConfig(m_current_display); in DoDataExchange()
937 m_current_display = val - 1; in OnEnEditNumScreens()
938 InitDisplayConfig(m_current_display); in OnEnEditNumScreens()
955 …e((CEdit*)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[m_current_display].name, mpPar… in OnEnEditSelectedDisplay()
957 SetDlgItemInt(IDC_SELECTED_DISPLAY, m_current_display); in OnEnEditSelectedDisplay()
961 SaveDisplayConfig(m_current_display); in OnEnEditSelectedDisplay()
968 m_current_display = new_display - 1; in OnEnEditSelectedDisplay()
969 InitDisplayConfig(m_current_display); in OnEnEditSelectedDisplay()
974 SetDlgItemInt(IDC_SELECTED_DISPLAY, m_current_display + 1); in OnEnEditSelectedDisplay()
1088 m_current_display = iVal - 1; in OnDeltaposSpinNumScreens()
1089 InitDisplayConfig(m_current_display); in OnDeltaposSpinNumScreens()
1125 m_current_display = iVal - 1; in OnDeltaposSpinScreenSelect()
1126 InitDisplayConfig(m_current_display); in OnDeltaposSpinScreenSelect()
1196 synergy_settings_dlg dlg(mpParent, m_current_display); in OnAdvancedSettings()
1261 SetDlgItemInt(IDC_X_RESOLUTION, mpProject->mDisplays[m_current_display].xres); in OnEditXRes()
1275 SetDlgItemInt(IDC_Y_RESOLUTION, mpProject->mDisplays[m_current_display].yres); in OnEditYRes()
1302 if ((!IsDave2dFontFormat(mpProject, m_current_display)) || in EnableDisableAATextColorsSetting()
1736 return project->mDisplays[m_current_display].default_map_format; in OnTestMessage()
1744 return project->mDisplays[m_current_display].colorformat; in OnTestMessage()
1748 return project->mDisplays[m_current_display].bits_per_pix; in OnTestMessage()
1752 return project->mDisplays[m_current_display].format_555; in OnTestMessage()
1757 return project->mDisplays[m_current_display].format_4444; in OnTestMessage()
1762 return project->mDisplays[m_current_display].format_332; in OnTestMessage()