Lines Matching defs:LayerInfo
96 struct LayerInfo { struct97 uint64_t id;98 std::string name;99 uint64_t parent;100 int z;101 uint64_t curr_frame;102 float x;103 float y;104 uint32_t bufferWidth;105 uint32_t bufferHeight;106 Rect touchableRegionBounds;