Lines Matching defs:LayerInfo
88 struct LayerInfo { struct89 uint64_t id;90 std::string name;91 uint64_t parent;92 int z;93 uint64_t curr_frame;94 float x;95 float y;96 uint32_t bufferWidth;97 uint32_t bufferHeight;98 Rect touchableRegionBounds;