Searched refs:GetFirstResourceInfo (Results 1 – 6 of 6) sorted by relevance
1134 if (src->mDisplays[display].themes[theme].GetFirstResourceInfo()) in Clone()1136 …o * info = new res_info(NULL, *src->mDisplays[display].themes[theme].GetFirstResourceInfo(), TRUE); in Clone()1227 res_info *current = display->themes[ThemeIndex].GetFirstResourceInfo(); in CleanupThemeResources()1290 …roject->InitializeFonts(project->mDisplays[display].themes[theme].GetFirstResourceInfo(), display); in InitializeProjectResourcesThreadEntry()1448 … AssignSharedPaletteToPixelmaps(mDisplays[display].themes[theme].GetFirstResourceInfo()); in CheckAssignSharedPaletteToPixelmaps()1760 info = mDisplays[display].themes[theme].GetFirstResourceInfo(); in CreateThemePalette()1832 info = mDisplays[display].themes[theme].GetFirstResourceInfo(); in InitializeThemePixelmaps()1934 info = project->mDisplays[display].themes[theme].GetFirstResourceInfo(); in InitializeFontsThreadEntry()2624 res_info *test = mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in GetDisplayIndex()3038 WriteResources(writer, pInfo->themes[theme].GetFirstResourceInfo()); in WriteDisplayInfo()[all …]
132 res_info* theme_0 = project->mDisplays[display].themes[0].GetFirstResourceInfo(); in InitializeThemeResourcesThreadEntry()191 … res_info *pInfo = project->mDisplays[mDisplayIndex].themes[index].GetFirstResourceInfo(); in DoDataExchange()
964 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildColorTable()1001 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildFontTable()1035 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildPixelmapTable()1228 res_info *info = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in InstallResources()1599 …ixelmapsUsingGlobalPalette(project->mDisplays[mDisplayIndex].themes[theme].GetFirstResourceInfo())) in PasteResource()2042 start = project->mDisplays[mDisplayIndex].themes[active_theme].GetFirstResourceInfo(); in UpdateStringTableFonts()3185 …stForPixelmapsUsingGlobalPalette(project->mDisplays[display].themes[theme].GetFirstResourceInfo())) in InitializePixelmaps()3361 …ixelmapsUsingGlobalPalette(project->mDisplays[mDisplayIndex].themes[theme].GetFirstResourceInfo())) in SyncResourcePath()
235 …tConfigDlg::ColorTableConvert(mpProject->mDisplays[mDisplay].themes[mTheme].GetFirstResourceInfo(), in OnBnClickedOk()252 … CheckResetColorIndexes(project->mDisplays[mDisplay].themes[mTheme].GetFirstResourceInfo(), in OnBnClickedOk()
542 … res_info *info = mpProject->mDisplays[display_index].themes[theme].GetFirstResourceInfo(); in SaveDisplayConfig()625 …tPixelmapFormat(mpProject->mDisplays[display_index].themes[theme].GetFirstResourceInfo(), display_… in SaveDisplayConfig()636 …CheckFontFormat(mpProject->mDisplays[display_index].themes[theme].GetFirstResourceInfo(), display_… in SaveDisplayConfig()
489 res_info *GetFirstResourceInfo() const { return first_resource; }; in GetFirstResourceInfo() function