Lines Matching defs:theme
992 int theme; in Clone() local
1252 for (int theme = 0; theme < display->num_themes; theme++) in CleanupDisplayResources() local
1288 for (int theme = 0; theme < MAX_THEMES; theme++) in InitializeProjectResourcesThreadEntry() local
1307 void studiox_project::InitializeThemeResources(int display, int theme, res_info *start) in InitializeThemeResources()
1433 int theme; in CheckAssignSharedPaletteToPixelmaps() local
1747 void studiox_project::CreateThemePalette(int display, int theme, palette_info *theme_palette) in CreateThemePalette()
1825 void studiox_project::InitializeThemePixelmaps(int display, int theme) in InitializeThemePixelmaps()
1886 for (int theme = 0; theme < MAX_THEMES; theme++) in TaskInitializeAllPixelmaps() local
1922 int theme; in InitializeFontsThreadEntry() local
1956 void studiox_project::DefaultScrollbarAppearance(display_info *pInfo, int theme) in DefaultScrollbarAppearance()
1989 for (int theme = 0; theme < MAX_THEMES; theme++) in InitDisplayThemes() local
2287 for (int theme = 0; theme < mDisplays[DisplayIndex].num_themes; theme++) in CountEnabledThemes() local
2929 void studiox_project::WriteThemeScrollbars(xml_writer &writer, int display, int theme) in WriteThemeScrollbars()
2981 void studiox_project::WriteThemePaletteInfo(xml_writer& writer, theme_info *theme, BOOL xml_mode) in WriteThemePaletteInfo()
3028 for (int theme = 0; theme < pInfo->num_themes; theme++) in WriteDisplayInfo() local
3432 theme_info *theme = &dinfo->themes[dinfo->active_theme]; in GenerateResourceXml() local
4271 void studiox_project::ReadThemeScrollbars(xml_reader &reader, int display, int theme) in ReadThemeScrollbars()
4290 void studiox_project::ReadThemePaletteInfo(xml_reader& reader, theme_info *theme, BOOL xml_mode) in ReadThemePaletteInfo()
4359 int theme; in ReadDisplayInfo() local
5539 res_info *studiox_project::FindResource(int Display, int theme, int restype, const CString &name) c… in FindResource()