Searched refs:written_size (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | binary_resource_gen.cpp | 1226 ULONG written_size = m_written_size; in WriteThemeBlock() local 1227 written_size += GetThemeHeaderSize(); in WriteThemeBlock() 1228 written_size += header.gx_theme_header_color_data_size; in WriteThemeBlock() 1229 written_size += header.gx_theme_header_palette_data_size; in WriteThemeBlock() 1231 header.gx_theme_header_font_data_size = GetFontBlockSize(written_size, theme_id, -1); in WriteThemeBlock() 1233 written_size += header.gx_theme_header_font_data_size; in WriteThemeBlock() 1235 … header.gx_theme_header_pixelmap_data_size = GetPixelmapBlockSize(written_size, theme_id, -1, -1); in WriteThemeBlock() 1855 INT written_size; in WriteSRecordData() local 1864 written_size = 0; in WriteSRecordData() 1866 while (written_size != data_size) in WriteSRecordData() [all …]
|
| D | binary_resource_gen.h | 53 ULONG GetThemeDataSize(ULONG written_size, 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); 62 ULONG GetGlyphDataSize(ULONG written_size, const GX_FONT *font, INT glyph_index); 64 ULONG GetPageDataSize(ULONG written_size, const GX_FONT *font);
|