Home
last modified time | relevance | path

Searched refs:this_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp667 NapiApi::StrongRef this_; in CreateEnvironment() member
671 auto* tro = (SceneJS*)(this_.GetObject().Native<TrueRootObject>()); in CreateEnvironment()
672 result = tro->CreateEnvironment(this_.GetObject(), args_.GetObject()); in CreateEnvironment()
677 data->this_ = NapiApi::StrongRef(ctx, ctx.This()); in CreateEnvironment()
689 NapiApi::StrongRef this_; in CreateCamera() member
694 this_.GetValue(), // scene.. in CreateCamera()
702 data->this_ = NapiApi::StrongRef(ctx, ctx.This()); in CreateCamera()
714 NapiApi::StrongRef this_; in CreateLight() member
720 this_.GetValue(), // scene.. in CreateLight()
748 data->this_ in CreateLight()
761 NapiApi::StrongRef this_; CreateNode() member
787 NapiApi::StrongRef this_; CreateMaterial() member
840 NapiApi::StrongRef this_; CreateShader() member
926 NapiApi::StrongRef this_; CreateImage() member
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dfilter_napi.cpp49 napi_value this_; member
97 napi_call_function(env, ctx->this_, callback, NUM_2, result, nullptr); in FilterAsyncCommonComplete()
410 EFFECT_JS_ARGS(env, info, status, argc, argv, ctx->this_); in GetPixelMapAsync()
412 NAPI_CALL(env, napi_unwrap(env, ctx->this_, reinterpret_cast<void**>(&(ctx->filterNapi)))); in GetPixelMapAsync()

Completed in 3 milliseconds