Searched defs:ImageItem (Results 1 – 1 of 1) sorted by relevance
42 struct ImageItem { struct46 ImageItem() : ImageItem(0, 0, false) {} in ImageItem() argument47 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem() function67 uint32_t type;68 uint32_t itemId;69 bool hidden;70 int32_t rows;72 int32_t width;73 int32_t height;75 off64_t offset;[all …]