Lines Matching refs:theme

1595             for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++)  in PasteResource()  local
1599 …stForPixelmapsUsingGlobalPalette(project->mDisplays[mDisplayIndex].themes[theme].GetFirstResourceI… in PasteResource()
1601 project->InitializeThemePixelmaps(mDisplayIndex, theme); in PasteResource()
2637 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in OnEnablePixelmap() local
2639 if (theme == project->mDisplays[mDisplayIndex].active_theme) in OnEnablePixelmap()
2645 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnEnablePixelmap()
2674 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in OnDisablePixelmap() local
2676 if (theme == project->mDisplays[mDisplayIndex].active_theme) in OnDisablePixelmap()
2682 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnDisablePixelmap()
3182 int theme = project->mDisplays[display].active_theme; in InitializePixelmaps() local
3185 …ct->TestForPixelmapsUsingGlobalPalette(project->mDisplays[display].themes[theme].GetFirstResourceI… in InitializePixelmaps()
3187 project->InitializeThemePixelmaps(display, theme); in InitializePixelmaps()
3241 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceName() local
3243 if (theme == project->mDisplays[mDisplayIndex].active_theme) in SyncResourceName()
3248 current_info = project->FindResource(mDisplayIndex, theme, info->type, old_name); in SyncResourceName()
3259 project->mDisplays[mDisplayIndex].themes[theme].theme_name); in SyncResourceName()
3273 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceAdd() local
3275 if (theme == project->mDisplays[mDisplayIndex].active_theme) in SyncResourceAdd()
3285 …parent = project->FindResourceFolder(mDisplayIndex, theme, info->parent->type, info->parent->folde… in SyncResourceAdd()
3289 … parent = project->FindResource(mDisplayIndex, theme, info->parent->type, info->parent->name); in SyncResourceAdd()
3333 project->mDisplays[mDisplayIndex].themes[theme].theme_name); in SyncResourceAdd()
3345 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourcePath() local
3347 if (theme == project->mDisplays[mDisplayIndex].active_theme) in SyncResourcePath()
3352 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourcePath()
3358 int theme = project->mDisplays[mDisplayIndex].active_theme; in SyncResourcePath() local
3361 …stForPixelmapsUsingGlobalPalette(project->mDisplays[mDisplayIndex].themes[theme].GetFirstResourceI… in SyncResourcePath()
3363 project->InitializeThemePixelmaps(mDisplayIndex, theme); in SyncResourcePath()
3375 project->mDisplays[mDisplayIndex].themes[theme].theme_name); in SyncResourcePath()
3406 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in SyncResourceDelete() local
3408 if (theme == project->mDisplays[mDisplayIndex].active_theme) in SyncResourceDelete()
3416 …current_info = project->FindResourceFolder(mDisplayIndex, theme, info->type, info->folder_id, info… in SyncResourceDelete()
3425 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourceDelete()
3438 project->mDisplays[mDisplayIndex].themes[theme].theme_name); in SyncResourceDelete()
3452 for (int theme = 0; theme < project->mDisplays[mDisplayIndex].num_themes; theme++) in ChangeItemParent() local
3454 if (theme == project->mDisplays[mDisplayIndex].active_theme) in ChangeItemParent()
3466 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in ChangeItemParent()
3467 …parent_info = project->FindResource(mDisplayIndex, theme, new_parent->mpRes->type, new_parent->mpR… in ChangeItemParent()