mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 17:01:03 +00:00
新增PixelMap Native JS 互转接口,注释修改
Signed-off-by: duanhan <duanhan1@huawei.com>
This commit is contained in:
parent
af9fbf1f57
commit
be671809da
@ -408,7 +408,7 @@ Image_ErrorCode OH_PixelmapNative_CreatePixelmap(uint8_t *data, size_t dataLengt
|
||||
* @param pixelmapNapi the <b>PixelMap</b> pointer will be converted.
|
||||
* @return Image functions result code.
|
||||
* {@link IMAGE_SUCCESS} if the execution is successful.
|
||||
* {@link IMAGE_BAD_PARAMETER} pixelmapNapi is nullptr
|
||||
* {@link IMAGE_BAD_PARAMETER} pixelmapNative is nullptr
|
||||
* @since 12
|
||||
*/
|
||||
Image_ErrorCode OH_PixelmapNative_ConvertPixelmapNativeToNapi(napi_env env, OH_PixelmapNative *pixelmapNative,
|
||||
|
Loading…
Reference in New Issue
Block a user