Searched refs:BuildIntProperty (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 337 static void BuildIntProperty(napi_env env, const std::string &name,
in BuildIntProperty() function 351 BuildIntProperty(env, "width", width, result);
in BuildJsSize() 352 BuildIntProperty(env, "height", height, result);
in BuildJsSize() 365 BuildIntProperty(env, "x", x, result);
in BuildJsRegion() 366 BuildIntProperty(env, "y", y, result);
in BuildJsRegion() 578 BuildIntProperty(env, "componentType", type, *result);
in BuildJsComponentObject() 579 BuildIntProperty(env, "rowStride", component->rowStride, *result);
in BuildJsComponentObject() 580 BuildIntProperty(env, "pixelStride", component->pixelStride, *result);
in BuildJsComponentObject() 597 BuildIntProperty(env, "componentType", context->componentType, result);
in TestGetComponentCallBack() 598 BuildIntProperty(en in TestGetComponentCallBack() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 346 static void BuildIntProperty(napi_env env, const std::string &name, in BuildIntProperty() function 360 BuildIntProperty(env, "width", width, result); in BuildJsSize() 361 BuildIntProperty(env, "height", height, result); in BuildJsSize() 374 BuildIntProperty(env, "x", x, result); in BuildJsRegion() 375 BuildIntProperty(env, "y", y, result); in BuildJsRegion() 587 BuildIntProperty(env, "componentType", type, *result); in BuildJsComponentObject() 588 BuildIntProperty(env, "rowStride", component->rowStride, *result); in BuildJsComponentObject() 589 BuildIntProperty(env, "pixelStride", component->pixelStride, *result); in BuildJsComponentObject() 606 BuildIntProperty(env, "componentType", context->componentType, result); in TestGetComponentCallBack() 607 BuildIntProperty(en in TestGetComponentCallBack() [all...] |
Completed in 3 milliseconds