Searched refs:FindScreenRotationName (Results 1 – 3 of 3) sorted by relevance
116 static CString FindScreenRotationName(int val);
1370 box->InsertString(0, ProjectConfigDlg::FindScreenRotationName(GX_SCREEN_ROTATION_NONE)); in InitRotationAnglesCombobox()1373 box->InsertString(1, ProjectConfigDlg::FindScreenRotationName(GX_SCREEN_ROTATION_CW)); in InitRotationAnglesCombobox()1376 box->InsertString(2, ProjectConfigDlg::FindScreenRotationName(GX_SCREEN_ROTATION_CCW)); in InitRotationAnglesCombobox()1384 … box->InsertString(3, ProjectConfigDlg::FindScreenRotationName(GX_SCREEN_ROTATION_FLIP)); in InitRotationAnglesCombobox()2329 CString ProjectConfigDlg::FindScreenRotationName(int val) in FindScreenRotationName() function in ProjectConfigDlg
3021 …writer.WriteString("rotation_angle", ProjectConfigDlg::FindScreenRotationName(pInfo->rotation_angl… in WriteDisplayInfo()3435 …writer.WriteString("rotation_angle", ProjectConfigDlg::FindScreenRotationName(dinfo->rotation_angl… in GenerateResourceXml()