Lines Matching refs:ImageSourceNative
79 | typedef struct ImageSourceNative_ [ImageSourceNative](#imagesourcenative) | 为图像源方法定义native层图像源对象。…
153 …ImageSourceNative](#imagesourcenative) \* [OH_ImageSource_InitNative](#oh_imagesource_initnative) …
154 | int32_t [OH_ImageSource_CreatePixelMap](#oh_imagesource_createpixelmap) (const [ImageSourceNative…
155 …rce_CreatePixelMapList](#oh_imagesource_createpixelmaplist) (const [ImageSourceNative](#imagesourc…
156 | int32_t [OH_ImageSource_GetDelayTime](#oh_imagesource_getdelaytime) (const [ImageSourceNative](#i…
157 | int32_t [OH_ImageSource_GetFrameCount](#oh_imagesource_getframecount) (const [ImageSourceNative](…
158 | int32_t [OH_ImageSource_GetImageInfo](#oh_imagesource_getimageinfo) (const [ImageSourceNative](#i…
159 …eSource_GetImageProperty](#oh_imagesource_getimageproperty) (const [ImageSourceNative](#imagesourc…
160 …e_ModifyImageProperty](#oh_imagesource_modifyimageproperty) (const [ImageSourceNative](#imagesourc…
161 | int32_t [OH_ImageSource_UpdateData](#oh_imagesource_updatedata) (const [ImageSourceNative](#image…
162 …elease](#oh_imagesource_release) ([ImageSourceNative](#imagesourcenative) \*native) | 释放native层图像源…
270 ### ImageSourceNative subsection
273 typedef struct ImageSourceNative_ ImageSourceNative
1752 int32_t OH_ImageSource_CreatePixelMap (const ImageSourceNative * native, struct OhosImageDecodingOp…
1763 | native | 表明native层[ImageSourceNative](#imagesourcenative)值的指针。 |
1831 [ImageSourceNative](#imagesourcenative), [OhosImageDecodingOps](_ohos_image_decoding_ops.md)
1837 int32_t OH_ImageSource_CreatePixelMapList (const ImageSourceNative * native, struct OhosImageDecodi…
1849 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
1921 [ImageSourceNative](#imagesourcenative), [OhosImageDecodingOps](_ohos_image_decoding_ops.md)
1927 int32_t OH_ImageSource_GetDelayTime (const ImageSourceNative * native, struct OhosImageSourceDelayT…
1938 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
1983 [ImageSourceNative](#imagesourcenative), [OhosImageSourceDelayTimeList](_ohos_image_source_delay_ti…
1989 int32_t OH_ImageSource_GetFrameCount (const ImageSourceNative * native, uint32_t * res )
2000 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
2045 [ImageSourceNative](#imagesourcenative)
2051 int32_t OH_ImageSource_GetImageInfo (const ImageSourceNative * native, int32_t index, struct OhosIm…
2062 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
2109 [ImageSourceNative](#imagesourcenative), [OhosImageSourceInfo](_ohos_image_source_info.md)
2115 int32_t OH_ImageSource_GetImageProperty (const ImageSourceNative * native, struct OhosImageSourcePr…
2126 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
2172 [ImageSourceNative](#imagesourcenative), [OhosImageSourceProperty](_ohos_image_source_property.md)
2215 ImageSourceNative* OH_ImageSource_InitNative (napi_env env, napi_value source )
2218 从输入JavaScript native层**ImageSource**对象中,转换成[ImageSourceNative](#imagesourcenative)值。
2231 如果操作成功返回[ImageSourceNative](#imagesourcenative)指针;如果操作失败,返回空指针。
2235 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Release](#oh_imagesource_release)
2241 int32_t OH_ImageSource_ModifyImageProperty (const ImageSourceNative * native, struct OhosImageSourc…
2252 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针 |
2298 [ImageSourceNative](#imagesourcenative), [OhosImageSourceProperty](_ohos_image_source_property.md)
2304 int32_t OH_ImageSource_Release (ImageSourceNative * native)
2307 释放native层图像源 **ImageSourceNative**。
2315 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
2335 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Create](#oh_imagesource_create), [OH_Image…
2341 int32_t OH_ImageSource_UpdateData (const ImageSourceNative * native, struct OhosImageSourceUpdateDa…
2352 | native | 表明native层 [ImageSourceNative](#imagesourcenative) 值的指针。 |
2419 [ImageSourceNative](#imagesourcenative), [OhosImageSourceUpdateData](_ohos_image_source_update_data…