Lines Matching refs:theme_id
32 …void WritePixelmapBlock(res_info* info, USHORT map_id, USHORT output_map_id, USHORT theme_id, int …
33 void WriteFontBlock(res_info *info, USHORT font_id, USHORT theme_id);
53 ULONG GetThemeDataSize(ULONG written_size, USHORT theme_id);
54 ULONG GetColorBlockSize(USHORT theme_id);
55 ULONG GetPaletteBlockSize(USHORT theme_id);
56 ULONG GetFontBlockSize(ULONG written_size, USHORT theme_id, SHORT font_count);
57 ULONG GetPixelmapBlockSize(ULONG written_size, USHORT theme_id, SHORT map_id, SHORT frame_id);
58 …ULONG GetOnePixelmapDataSize(ULONG written_size, res_info *info, USHORT theme_id, INT frame_id, US…
59 ULONG GetFontDataSize(ULONG written_size, res_info *info, USHORT theme_id, USHORT font_id);
60 ULONG GetFontDataOffset(USHORT font_id, USHORT theme_id);
61 ULONG GetPixelmapDataOffset(USHORT map_id, USHORT frame_id, USHORT theme_id);
69 USHORT GetColorCount(USHORT theme_id);
70 USHORT GetFontCount(USHORT theme_id);
71 USHORT GetPageCount(res_info *info, USHORT theme_id, USHORT font_id);
72 USHORT GetPixelmapCount(USHORT theme_id);
92 void WriteThemeBlock(USHORT theme_id);
95 void WriteFontData(res_info *info, USHORT theme_id, USHORT font_id);