Lines Matching refs:USHORT
18 USHORT write_res_index;
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 …etOnePixelmapDataSize(ULONG written_size, res_info *info, USHORT theme_id, INT frame_id, USHORT ou…
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);
63 USHORT GetGlyphKerningTableSize(const GX_FONT *font, INT glyph_index);
66 ULONG GetStringDataSize(USHORT language_id);
67 USHORT GetEnabledThemeCount();
68 USHORT GetEnabledLanguageCount();
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);
89 USHORT SwapUshort(USHORT s);
92 void WriteThemeBlock(USHORT theme_id);
95 void WriteFontData(res_info *info, USHORT theme_id, USHORT font_id);
96 void WritePageBlock(const GX_FONT *font, USHORT page_id);
97 void WriteGlyphBock(const GX_FONT *font, USHORT glyph_id);
99 void WriteStringData(USHORT language_id);