Home
last modified time | relevance | path

Searched refs:theme_count (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h52 ULONG GetThemeDataSize(SHORT theme_count);
Dresource_gen.cpp764 int theme_count = 0; in WriteThemeDefines() local
785 out.Format(_T("#define %s_%s %d\n"), UpperDisplayName(), theme_name, theme_count); in WriteThemeDefines()
788 theme_count++; in WriteThemeDefines()
794 if (theme_count) in WriteThemeDefines()
796 out.Format(_T("#define %s_THEME_TABLE_SIZE %d\n"), UpperDisplayName(), theme_count); in WriteThemeDefines()
2589 int theme_count = 0; in WriteThemes() local
2612 theme_count++; in WriteThemes()
2687 if (theme_count) in WriteThemes()
2691 theme_count); in WriteThemes()
2713 if (count < theme_count) in WriteThemes()
Dbinary_resource_gen.cpp2509 ULONG binary_resource_gen::GetThemeDataSize(SHORT theme_count) in GetThemeDataSize() argument
2518 if (theme_count < 0) in GetThemeDataSize()
2520 theme_count = m_project->mDisplays[m_display].num_themes; in GetThemeDataSize()
2523 for (int theme = 0; theme < theme_count; theme++) in GetThemeDataSize()