Lines Matching defs:theme_id
1197 void binary_resource_gen::WriteThemeBlock(USHORT theme_id) in WriteThemeBlock()
1331 void binary_resource_gen::WriteColorBlock(int theme_id) in WriteColorBlock()
1369 void binary_resource_gen::WritePaletteBlock(int theme_id) in WritePaletteBlock()
1398 void binary_resource_gen::WriteFontBlock(res_info *info, USHORT font_id, USHORT theme_id) in WriteFontBlock()
1458 void binary_resource_gen::WriteFontData(res_info *info, USHORT theme_id, USHORT font_id) in WriteFontData()
1940 …tePixelmapBlock(res_info *info, USHORT map_id, USHORT output_map_id, USHORT theme_id, int frame_id) in WritePixelmapBlock()
2371 USHORT binary_resource_gen::GetColorCount(USHORT theme_id) in GetColorCount()
2386 USHORT binary_resource_gen::GetFontCount(USHORT theme_id) in GetFontCount()
2400 USHORT binary_resource_gen::GetPageCount(res_info *info, USHORT theme_id, USHORT font_id) in GetPageCount()
2427 USHORT binary_resource_gen::GetPixelmapCount(USHORT theme_id) in GetPixelmapCount()
2550 ULONG binary_resource_gen::GetThemeDataSize(ULONG written_size, USHORT theme_id) in GetThemeDataSize()
2575 ULONG binary_resource_gen::GetPaletteBlockSize(USHORT theme_id) in GetPaletteBlockSize()
2594 ULONG binary_resource_gen::GetColorBlockSize(USHORT theme_id) in GetColorBlockSize()
2615 ULONG binary_resource_gen::GetFontBlockSize(ULONG written_size, USHORT theme_id, SHORT font_count) in GetFontBlockSize()
2662 …urce_gen::GetOnePixelmapDataSize(ULONG written_size, res_info *info, USHORT theme_id, INT frame_id… in GetOnePixelmapDataSize()
2751 ULONG binary_resource_gen::GetPixelmapBlockSize(ULONG written_size, USHORT theme_id, SHORT map_id, … in GetPixelmapBlockSize()
2836 ULONG binary_resource_gen::GetFontDataSize(ULONG written_size, res_info *info, USHORT theme_id, USH… in GetFontDataSize()
2873 ULONG binary_resource_gen::GetFontDataOffset(USHORT font_id, USHORT theme_id) in GetFontDataOffset()
2897 ULONG binary_resource_gen::GetPixelmapDataOffset(USHORT map_id, USHORT frame_id, USHORT theme_id) in GetPixelmapDataOffset()