Searched refs:ico_bitmap_header (Results 1 – 2 of 2) sorted by relevance
90 ico_bitmap_header::IsValid() const in IsValid()92 return size == sizeof(ico_bitmap_header) && compression == 0 in IsValid()99 ico_bitmap_header::SwapToHost() in SwapToHost()108 ico_bitmap_header::SwapFromHost() in SwapFromHost()271 convert_data_to_bits(ico_dir_entry &entry, ico_bitmap_header &header, in convert_data_to_bits()385 ico_bitmap_header &header, rgba32_color *palette, BPositionIO &target) in convert_bits_to_data()546 ico_bitmap_header bitmapHeader; in identify()547 …ream.ReadAt(entry.offset, &bitmapHeader, sizeof(ico_bitmap_header)) != (ssize_t)sizeof(ico_bitmap_… in identify()608 ico_bitmap_header bitmapHeader; in convert_ico_to_bits()609 if (source.Read(&bitmapHeader, sizeof(ico_bitmap_header)) != (ssize_t)sizeof(ico_bitmap_header)) in convert_ico_to_bits()[all …]
51 struct ico_bitmap_header { struct