Searched defs:LayerRectArray (Results 1 – 1 of 1) sorted by relevance
226 struct LayerRectArray { struct227 LayerRect *rect = NULL; //!< Pointer to first element of array.228 uint32_t count = 0; //!< Number of elements in the array.