Lines Matching defs:tonemapJS
151 NapiApi::Object tonemapJS(GetJSConstructor(e, "ToneMappingSettings"), BASE_NS::countof(args), args);
152 meJs.Set("toneMapping", tonemapJS);
180 NapiApi::Object tonemapJS = ctx.Arg<0>();
183 if ((napi_value)currentlySet == (napi_value)tonemapJS) {
198 native = tonemapJS.Native<TrueRootObject>();
207 tonemapJS = res;
215 toneMap_ = { ctx, tonemapJS }; // take ownership of the object.
237 napi_value tonemapJS = CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args);
238 toneMap_ = { ctx, tonemapJS }; // take ownership of the object.
239 return tonemapJS;