Home
last modified time | relevance | path

Searched refs:theme_index (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h93 void WriteColorBlock(int theme_index);
94 void WritePaletteBlock(int theme_index);
Dsprite_service_provider.cpp17 int theme_index; in studio_sprite_draw() local
35 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()
DStudioXProject.cpp3883 int theme_index, res_info *parent) in ReadResources() argument
3953 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()
Dresource_view.cpp1075 int theme_index = project->mDisplays[DisplayIndex].active_theme; in CheckInstallPalette() local
1076 GX_COLOR *pPalette = project->mDisplays[DisplayIndex].themes[theme_index].palette; in CheckInstallPalette()
1081 project->mDisplays[DisplayIndex].themes[theme_index].palette_total_size); in CheckInstallPalette()
/GUIX-v6.2.1/common/src/
Dgx_binres_theme_load.c906 USHORT theme_index; in _gx_binres_theme_buffer_allocate() local
922 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()