Searched defs:ImageItem (Results 1 – 1 of 1) sorted by relevance
43 struct ImageItem { struct47 ImageItem() : ImageItem(0, 0, false) {} in ImageItem() argument48 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem() function53 bool isGrid() const { in isGrid()57 status_t getNextTileItemId(uint32_t *nextTileItemId, bool reset) { in getNextTileItemId()68 uint32_t type;69 uint32_t itemId;70 bool hidden;71 int32_t rows;72 int32_t columns;[all …]