Lines Matching defs:proxt
297 BASE_NS::shared_ptr<Proxy> proxt;
299 proxt = BASE_NS::shared_ptr { new PropProxy<Vec4Proxy>(e, t->Factor(), name) };
300 if (proxt) {
301 proxies_.push_back(proxt);
302 proxt->insertProp(inputProps);
304 proxt = BASE_NS::shared_ptr { new BitmapProxy(scene_.GetObject(), t->Image(), name) };
305 if (proxt) {
306 proxies_.push_back(proxt);
307 proxt->insertProp(inputProps);
318 BASE_NS::shared_ptr<Proxy> proxt;
320 proxt = BASE_NS::shared_ptr { new TypeProxy<float>(t) };
323 proxt = BASE_NS::shared_ptr { new TypeProxy<int32_t>(t) };
326 proxt = BASE_NS::shared_ptr { new TypeProxy<uint32_t>(t) };
329 proxt = BASE_NS::shared_ptr { new PropProxy<Vec2Proxy>(e, t) };
332 proxt = BASE_NS::shared_ptr { new PropProxy<Vec3Proxy>(e, t) };
335 proxt = BASE_NS::shared_ptr { new PropProxy<Vec4Proxy>(e, t) };
337 if (proxt) {
338 proxies_.push_back(proxt);
339 proxt->insertProp(inputProps);