Searched refs:theme_index (Results 1 – 5 of 5) sorted by relevance
93 void WriteColorBlock(int theme_index);94 void WritePaletteBlock(int theme_index);
17 int theme_index; in studio_sprite_draw() local35 theme_index = project->mDisplays[data->win32_display_index].active_theme; in studio_sprite_draw()36 …info = project->FindResource(data->win32_display_index, theme_index, RES_TYPE_PIXELMAP, frame->gx_… in studio_sprite_draw()
3883 int theme_index, res_info *parent) in ReadResources() argument3953 if (pInfo->themes[theme_index].GetFirstResourceInfo()) in ReadResources()3955 previous = pInfo->themes[theme_index].GetFirstResourceInfo(); in ReadResources()3964 pInfo->themes[theme_index].SetFirstResourceInfo(newres); in ReadResources()3971 ReadResources(reader, DisplayIndex, theme_index, newres); in ReadResources()3978 newres = pInfo->themes[theme_index].GetFirstResourceInfo(); in ReadResources()3987 pThemeHeader->name = pInfo->themes[theme_index].theme_name; in ReadResources()3988 pThemeHeader->next = pInfo->themes[theme_index].GetFirstResourceInfo(); in ReadResources()3989 pInfo->themes[theme_index].SetFirstResourceInfo(pThemeHeader); in ReadResources()3998 CreateDefaultResources(DisplayIndex, theme_index); in ReadResources()
1075 int theme_index = project->mDisplays[DisplayIndex].active_theme; in CheckInstallPalette() local1076 GX_COLOR *pPalette = project->mDisplays[DisplayIndex].themes[theme_index].palette; in CheckInstallPalette()1081 project->mDisplays[DisplayIndex].themes[theme_index].palette_total_size); in CheckInstallPalette()
906 USHORT theme_index; in _gx_binres_theme_buffer_allocate() local922 for (theme_index = 0; theme_index < res_header.gx_resource_header_theme_count; theme_index++) in _gx_binres_theme_buffer_allocate()931 if (theme_index == theme_id) in _gx_binres_theme_buffer_allocate()