/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_mdk_test.cpp | 204 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() function 236 setInt32NamedProperty(env, result, "width", size.width); in JsGetSize() 237 setInt32NamedProperty(env, result, "height", size.height); in JsGetSize() 329 setInt32NamedProperty(env, result, "x", rect.x); in JsImageClipRect() 330 setInt32NamedProperty(env, result, "y", rect.y); in JsImageClipRect() 331 setInt32NamedProperty(env, result, "width", rect.width); in JsImageClipRect() 332 setInt32NamedProperty(env, result, "height", rect.height); in JsImageClipRect() 351 setInt32NamedProperty(env, result, "width", size.width); in JsImageSize() 352 setInt32NamedProperty(env, result, "height", size.height); in JsImageSize() 403 setInt32NamedProperty(en in JsImageGetComponent() [all...] |
H A D | image_receiver_test.cpp | 273 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() function 345 setInt32NamedProperty(env, result, "width", size.width); in JsImageReceiverOptionsGetSize() 346 setInt32NamedProperty(env, result, "height", size.height); in JsImageReceiverOptionsGetSize() 633 setInt32NamedProperty(env, result, "width", size.width); in JsGetSize() 634 setInt32NamedProperty(env, result, "height", size.height); in JsGetSize() 704 setInt32NamedProperty(env, result, "width", size.width); in JsGetImageSize() 705 setInt32NamedProperty(env, result, "height", size.height); in JsGetImageSize()
|
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
H A D | image_source_test.cpp | 143 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setInt32NamedProperty() function 662 setInt32NamedProperty(env, result, "pixelFormat", imageInfo.pixelFormat); in createImageInfoNVal() 663 setInt32NamedProperty(env, result, "colorSpace", imageInfo.colorSpace); in createImageInfoNVal() 664 setInt32NamedProperty(env, result, "alphaType", imageInfo.alphaType); in createImageInfoNVal() 665 setInt32NamedProperty(env, result, "density", imageInfo.density); in createImageInfoNVal() 668 setInt32NamedProperty(env, nSize, "width", imageInfo.size.width); in createImageInfoNVal() 669 setInt32NamedProperty(env, nSize, "height", imageInfo.size.height); in createImageInfoNVal()
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 776 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) { in setInt32NamedProperty() function 1094 setInt32NamedProperty(env, result, "width", image_Size.width); in DecodingOptionsGetDesiredSize() 1095 setInt32NamedProperty(env, result, "height", image_Size.height); in DecodingOptionsGetDesiredSize() 1127 setInt32NamedProperty(env, result, "width", imageSize.width); in DecodingOptionsSetDesiredSize() 1128 setInt32NamedProperty(env, result, "height", imageSize.height); in DecodingOptionsSetDesiredSize() 1158 setInt32NamedProperty(env, result, "x", image_region.x); in DecodingOptionsGetDesiredRegion() 1159 setInt32NamedProperty(env, result, "y", image_region.y); in DecodingOptionsGetDesiredRegion() 1160 setInt32NamedProperty(env, result, "width", image_region.width); in DecodingOptionsGetDesiredRegion() 1161 setInt32NamedProperty(env, result, "height", image_region.height); in DecodingOptionsGetDesiredRegion() 1599 setInt32NamedProperty(en in GetFrameCount() [all...] |
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | image_pixel_map_imgndk_test.cpp | 540 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setInt32NamedProperty() function 573 setInt32NamedProperty(env, result, "pixelFormat", pixelmapInfo.pixelFormat); in GetImageInfo()
|
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 321 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) in setInt32NamedProperty() function
|