Searched refs:MAX_THEMES (Results 1 – 8 of 8) sorted by relevance
31 CString mThemeNames[MAX_THEMES];32 BOOL mStaticallyDefined[MAX_THEMES];
69 pb->SetRange(1, MAX_THEMES); in OnInitDialog()223 for (int theme = project->mDisplays[mDisplayIndex].num_themes; theme < MAX_THEMES; theme++) in OnCancel()288 if (oldval <= MAX_THEMES && oldval >= 1 && in OnDeltaposSpinNumThemes()289 newval <= MAX_THEMES && newval >= 1) in OnDeltaposSpinNumThemes()
125 INT *m_font_data_size[MAX_THEMES];127 CArray<GX_PIXELMAP *> m_rotated_pixelmaps[MAX_THEMES];
51 CString theme[MAX_THEMES];
117 CArray<GX_FONT *> m_optimized_fonts[MAX_THEMES];
25 #define MAX_THEMES 8 macro517 theme_info themes[MAX_THEMES];
527 for (theme = 0; theme < MAX_THEMES; theme++) in SaveDisplayConfig()623 for (theme = 0; theme < MAX_THEMES; theme++) in SaveDisplayConfig()634 for (theme = 0; theme < MAX_THEMES; theme++) in SaveDisplayConfig()
1059 for (theme = 0; theme < MAX_THEMES; theme++) in Clone()1288 for (int theme = 0; theme < MAX_THEMES; theme++) in InitializeProjectResourcesThreadEntry()1446 for (theme = 0; theme < MAX_THEMES; theme++) in CheckAssignSharedPaletteToPixelmaps()1886 for (int theme = 0; theme < MAX_THEMES; theme++) in TaskInitializeAllPixelmaps()1932 for (theme = 0; theme < MAX_THEMES; theme++) in InitializeFontsThreadEntry()1989 for (int theme = 0; theme < MAX_THEMES; theme++) in InitDisplayThemes()4531 if (pInfo->num_themes <= 0 || pInfo->num_themes > MAX_THEMES) in ReadDisplayInfo()