Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h57 ULONG GetPixelmapBlockSize(ULONG written_size, USHORT theme_id, SHORT map_id, SHORT frame_id);
Dbinary_resource_gen.cpp1235 … header.gx_theme_header_pixelmap_data_size = GetPixelmapBlockSize(written_size, theme_id, -1, -1); in WriteThemeBlock()
2569 theme_data_size += GetPixelmapBlockSize(written_size, theme_id, -1, -1); in GetThemeDataSize()
2751 ULONG binary_resource_gen::GetPixelmapBlockSize(ULONG written_size, USHORT theme_id, SHORT map_id, … in GetPixelmapBlockSize() function in binary_resource_gen
2917 data_offset += GetPixelmapBlockSize(data_offset, theme_id, map_id, frame_id); in GetPixelmapDataOffset()