Lines Matching refs:common
63 info.common.type = ANIMATION_COM_LABEL;
65 info.common.id = component.at("id").get<std::string>();
71 info.common.x = component.at("x").get<int>();
74 info.common.y = component.at("y").get<int>();
77 info.common.w = component.at("w").get<int>();
80 info.common.h = component.at("h").get<int>();
98 info.common.type = ANIMATION_COM_IMAGEVIEW;
100 info.common.id = component.at("id").get<std::string>();
103 info.common.x = component.at("x").get<int>();
106 info.common.y = component.at("y").get<int>();
109 info.common.w = component.at("w").get<int>();
112 info.common.h = component.at("h").get<int>();