Searched refs:num_themes (Results 1 – 8 of 8) sorted by relevance
77 mNumThemes = project->mDisplays[mDisplayIndex].num_themes; in OnInitDialog()163 INT old_num_themes = project->mDisplays[mDisplayIndex].num_themes; in DoDataExchange()165 DDX_Text(pDX, IDC_NUM_THEMES, project->mDisplays[mDisplayIndex].num_themes); in DoDataExchange()223 for (int theme = project->mDisplays[mDisplayIndex].num_themes; theme < MAX_THEMES; theme++) in OnCancel()335 mNumThemes = project->mDisplays[mDisplayIndex].num_themes; in OnCbnSelchangeDisplayName()
912 mDisplays[index].num_themes = 1; in InitProjectHeader()1056 new_project->mDisplays[display].num_themes = src->mDisplays[display].num_themes; in Clone()1132 for (theme = 0; theme < src->mDisplays[display].num_themes; theme++) in Clone()1252 for (int theme = 0; theme < display->num_themes; theme++) in CleanupDisplayResources()1986 pInfo->num_themes = 1; in InitDisplayThemes()2287 for (int theme = 0; theme < mDisplays[DisplayIndex].num_themes; theme++) in CountEnabledThemes()2369 for (int index = 0; index < info->num_themes; index++) in CountStaticallyDefinedThemes()2622 for(int ThemeIndex = 0; ThemeIndex < mDisplays[DisplayIndex].num_themes; ThemeIndex++) in GetDisplayIndex()3025 writer.WriteInt("num_themes", pInfo->num_themes); in WriteDisplayInfo()3028 for (int theme = 0; theme < pInfo->num_themes; theme++) in WriteDisplayInfo()[all …]
266 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteErrorDirectives()646 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in InitOptimizedFonts()662 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in DestroyOptimizedFonts()766 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteThemeDefines()928 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteColorTable()1110 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteFontData()1262 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteFontTable()1296 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WriteFontTable()1480 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WritePixelmapData()1593 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in WritePixelmapTable()[all …]
42 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in InitRotatedPixelmaps()58 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in DestroyRotatedPixelmaps()230 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in GenerateBinaryFile()300 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in GenerateBinaryData()2315 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in GetEnabledThemeCount()2520 theme_count = m_project->mDisplays[m_display].num_themes; in GetThemeDataSize()2819 for (int index = 0; index < m_project->mDisplays[display].num_themes; index++) in InitFontSizeStorage()2829 for (int index = 0; index < m_project->mDisplays[display].num_themes; index++) in DeleteFontSizeStorage()3171 for (int theme = 0; theme < m_project->mDisplays[m_display].num_themes; theme++) in MakeFileDictionary()
1595 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in PasteResource()2637 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in OnEnablePixelmap()2674 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in OnDisablePixelmap()2874 int total_themes = project->mDisplays[mDisplayIndex].num_themes; in OnSetActiveTheme()3241 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceName()3273 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceAdd()3345 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourcePath()3406 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceDelete()3452 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in ChangeItemParent()
256 for (int theme = 0; theme < project->mDisplays[display].num_themes; theme++) in AddDisplays()376 for (int theme = 0; theme < project->mDisplays[display].num_themes; theme++) in SaveDisplayChecks()
513 int num_themes; variable
630 if ((project->mDisplays[mDisplay].num_themes > 1) && in CheckPathname()