Lines Matching defs:scene_
73 NapiApi::StrongRef scene_;
80 scene_ = scene;
107 scene_.GetValue(), // scene..
220 scene_ = { scene };
221 if (!GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject())) {
227 sceneJS->DisposeHook((uintptr_t)&scene_, meJs);
304 proxt = BASE_NS::shared_ptr { new BitmapProxy(scene_.GetObject(), t->Image(), name) };
370 NapiApi::Object obj = scene_.GetObject();
376 sceneJS->ReleaseDispose((uintptr_t)&scene_);
381 scene_.Reset();