Home
last modified time | relevance | path

Searched refs:pixelMapConstructor_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Djs_drawable_descriptor_test.cpp122 JsDrawableDescriptor::pixelMapConstructor_ = (napi_ref)malloc(1000); in HWTEST_F() member in OHOS::Ace::JsDrawableDescriptor
125 free(JsDrawableDescriptor::pixelMapConstructor_); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.h59 static thread_local napi_ref pixelMapConstructor_; member in OHOS::Ace::Napi::JsDrawableDescriptor
H A Djs_drawable_descriptor.cpp60 thread_local napi_ref JsDrawableDescriptor::pixelMapConstructor_; member in OHOS::Ace::Napi::JsDrawableDescriptor
284 NAPI_CALL(env, napi_create_reference(env, cons, 1, &pixelMapConstructor_)); in InitPixelMapDrawable()
322 if (!baseConstructor_ || !layeredConstructor_ || !animatedConstructor_ || !pixelMapConstructor_) { in ToNapi()
349 status = napi_get_reference_value(env, pixelMapConstructor_, &constructor); in ToNapi()

Completed in 2 milliseconds