Searched defs:ico_dir_entry (Results 1 – 1 of 1) sorted by relevance
35 struct ico_dir_entry { struct36 uint8 width;37 uint8 height;38 uint8 color_count;39 uint8 reserved;41 uint16 planes;42 uint16 bits_per_pixel;43 uint32 size;44 uint32 offset;46 bool IsValid() const { return bits_per_pixel <= 24; } in IsValid()