Home
last modified time | relevance | path

Searched refs:BitDepthChanged (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DProjectConfigDlg.cpp99 ON_BN_CLICKED(IDC_RADIO_1BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
100 ON_BN_CLICKED(IDC_RADIO_2BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
101 ON_BN_CLICKED(IDC_RADIO_4BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
102 ON_BN_CLICKED(IDC_RADIO_8BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
103 ON_BN_CLICKED(IDC_RADIO_16BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
104 ON_BN_CLICKED(IDC_RADIO_24BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
105 ON_BN_CLICKED(IDC_RADIO_32BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
726 void ProjectConfigWin::BitDepthChanged() in BitDepthChanged() function in ProjectConfigWin
1248 BitDepthChanged(); in OnChangeSelectedCPU()
DProjectConfigDlg.h32 void BitDepthChanged();