Lines Matching refs:ImageSourceNative
79 | typedef struct ImageSourceNative_ [ImageSourceNative](#imagesourcenative) | Defines an image sour…
153 …ImageSourceNative](#imagesourcenative) \* [OH_ImageSource_InitNative](#oh_imagesource_initnative) …
154 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageDecodingOps](_ohos_image_decodin…
155 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageDecodingOps](_ohos_image_decodin…
156 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageSourceDelayTimeList](_ohos_image…
157 …count) (const [ImageSourceNative](#imagesourcenative) \*native, uint32_t \*res) | Obtains the numb…
158 …ImageSourceNative](#imagesourcenative) \*native, int32_t index, struct [OhosImageSourceInfo](_ohos…
159 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageSourceProperty](_ohos_image_sour…
160 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageSourceProperty](_ohos_image_sour…
161 …ImageSourceNative](#imagesourcenative) \*native, struct [OhosImageSourceUpdateData](_ohos_image_so…
162 …elease](#oh_imagesource_release) ([ImageSourceNative](#imagesourcenative) \*native) | Releases an …
278 ### ImageSourceNative subsection
281 typedef struct ImageSourceNative_ ImageSourceNative
1854 int32_t OH_ImageSource_CreatePixelMap (const ImageSourceNative * native, struct OhosImageDecodingOp…
1859 Decodes an **ImageSourceNative** object to obtain a **PixelMap** object at the JavaScript native la…
1867 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
1935 [ImageSourceNative](#imagesourcenative), [OhosImageDecodingOps](_ohos_image_decoding_ops.md)
1941 int32_t OH_ImageSource_CreatePixelMapList (const ImageSourceNative * native, struct OhosImageDecodi…
1946 Decodes an **ImageSourceNative** object to obtain all **PixelMap** objects at the JavaScript native…
1955 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2027 [ImageSourceNative](#imagesourcenative), [OhosImageDecodingOps](_ohos_image_decoding_ops.md)
2033 int32_t OH_ImageSource_GetDelayTime (const ImageSourceNative * native, struct OhosImageSourceDelayT…
2038 Obtains the delay time list from an **ImageSourceNative** object (such as GIF image source).
2046 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2091 [ImageSourceNative](#imagesourcenative), [OhosImageSourceDelayTimeList](_ohos_image_source_delay_ti…
2097 int32_t OH_ImageSource_GetFrameCount (const ImageSourceNative * native, uint32_t * res )
2102 Obtains the number of frames from an **ImageSourceNative** object.
2110 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2155 [ImageSourceNative](#imagesourcenative)
2161 int32_t OH_ImageSource_GetImageInfo (const ImageSourceNative * native, int32_t index, struct OhosIm…
2166 Obtains image source information from an **ImageSourceNative** object by index.
2174 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2221 [ImageSourceNative](#imagesourcenative), [OhosImageSourceInfo](_ohos_image_source_info.md)
2227 int32_t OH_ImageSource_GetImageProperty (const ImageSourceNative * native, struct OhosImageSourcePr…
2232 Obtains the value of an image property from an **ImageSourceNative** object.
2240 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2286 [ImageSourceNative](#imagesourcenative), [OhosImageSourceProperty](_ohos_image_source_property.md)
2331 ImageSourceNative* OH_ImageSource_InitNative (napi_env env, napi_value source )
2336 Converts an **ImageSource** object at the JavaScript native layer into an [ImageSourceNative](#imag…
2349 Returns a pointer to the [ImageSourceNative](#imagesourcenative) object if the operation is success…
2353 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Release](#oh_imagesource_release)
2359 int32_t OH_ImageSource_ModifyImageProperty (const ImageSourceNative * native, struct OhosImageSourc…
2364 Modifies the value of an image property of an **ImageSourceNative** object.
2372 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2418 [ImageSourceNative](#imagesourcenative), [OhosImageSourceProperty](_ohos_image_source_property.md)
2424 int32_t OH_ImageSource_Release (ImageSourceNative * native)
2429 Releases an **ImageSourceNative** object.
2437 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2457 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Create](#oh_imagesource_create), [OH_Image…
2463 int32_t OH_ImageSource_UpdateData (const ImageSourceNative * native, struct OhosImageSourceUpdateDa…
2468 Updates the data of an **ImageSourceNative** object.
2476 | native | Pointer to an [ImageSourceNative](#imagesourcenative) object. |
2543 [ImageSourceNative](#imagesourcenative), [OhosImageSourceUpdateData](_ohos_image_source_update_data…