Home
last modified time | relevance | path

Searched refs:FindScreenRotationName (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DProjectConfigDlg.h116 static CString FindScreenRotationName(int val);
DProjectConfigDlg.cpp1370 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
DStudioXProject.cpp3021 …writer.WriteString("rotation_angle", ProjectConfigDlg::FindScreenRotationName(pInfo->rotation_angl… in WriteDisplayInfo()
3435 …writer.WriteString("rotation_angle", ProjectConfigDlg::FindScreenRotationName(dinfo->rotation_angl… in GenerateResourceXml()