Home
last modified time | relevance | path

Searched refs:GetFontBlockSize (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h56 ULONG GetFontBlockSize(ULONG written_size, USHORT theme_id, SHORT font_count);
Dbinary_resource_gen.cpp1231 header.gx_theme_header_font_data_size = GetFontBlockSize(written_size, theme_id, -1); in WriteThemeBlock()
2564 data_size = GetFontBlockSize(written_size, theme_id, -1); in GetThemeDataSize()
2615 ULONG binary_resource_gen::GetFontBlockSize(ULONG written_size, USHORT theme_id, SHORT font_count) in GetFontBlockSize() function in binary_resource_gen
2890 data_offset += GetFontBlockSize(data_offset, theme_id, font_id); in GetFontDataOffset()
2913 data_offset += GetFontBlockSize(data_offset, theme_id, -1); in GetPixelmapDataOffset()