Lines Matching refs:MAX_DISPLAYS

843     for (int index = 0; index < MAX_DISPLAYS; index++)  in ~studiox_project()
903 mHeader.max_displays = MAX_DISPLAYS; in InitProjectHeader()
906 for (int index = 0; index < MAX_DISPLAYS; index++) in InitProjectHeader()
1000 new_project->mHeader.max_displays = MAX_DISPLAYS; in Clone()
1053 for (display = 0; display < MAX_DISPLAYS; display++) in Clone()
1277 for (int display = 0; display < MAX_DISPLAYS; display++) in InitializeProjectResourcesThreadEntry()
1440 for (display = 0; display < MAX_DISPLAYS; display++) in CheckAssignSharedPaletteToPixelmaps()
1876 for (int display = 0; display < MAX_DISPLAYS; display++) in TaskInitializeAllPixelmaps()
1926 for (display = 0; display < MAX_DISPLAYS; display++) in InitializeFontsThreadEntry()
2201 for (int display = 0; display < MAX_DISPLAYS; display++) in AddLanguage()
2493 if (DisplayIndex < MAX_DISPLAYS) in AddFolderToDisplay()
2506 if (display < MAX_DISPLAYS) in IsPaletteMode()
2575 for (int DisplayIndex = 0; DisplayIndex < MAX_DISPLAYS; DisplayIndex++) in GetDisplayIndex()
2594 for (int DisplayIndex = 0; DisplayIndex < MAX_DISPLAYS; DisplayIndex++) in GetDisplayIndex()
2619 for (int DisplayIndex = 0; DisplayIndex < MAX_DISPLAYS; DisplayIndex++) in GetDisplayIndex()
2644 if (display >= 0 && display < MAX_DISPLAYS) in GetDisplayColorFormat()
4814 RANGE_CHECK(mHeader.num_displays, 1, MAX_DISPLAYS); in ReadProjectHeader()
4816 RANGE_CHECK(mHeader.max_displays, mHeader.num_displays, MAX_DISPLAYS); in ReadProjectHeader()
5694 for (int Display = 0; Display < MAX_DISPLAYS; Display++) in FindParentInfo()
5796 if (display_index < MAX_DISPLAYS) in FindFolderInfo()
5811 for (int DisplayIndex = 0; DisplayIndex < MAX_DISPLAYS; DisplayIndex++) in FindParentFolderInfo()
5838 for (int Display = 0; Display < MAX_DISPLAYS; Display++) in FindWidgetInfo()