Searched defs:ImageItem (Results 1 – 1 of 1) sorted by relevance
39 struct ImageItem { struct43 ImageItem() : ImageItem(0, 0, false) {} in ImageItem() argument44 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem() argument49 bool isGrid() const { in isGrid()53 status_t getNextTileItemId(uint32_t *nextTileItemId, bool reset) { in getNextTileItemId()64 uint32_t type;65 uint32_t itemId;66 bool hidden;67 int32_t rows;68 int32_t columns;[all …]