Home
last modified time | relevance | path

Searched refs:OH_PixelMap_IsSupportAlpha (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_pixel_map_mdk.h338 int32_t OH_PixelMap_IsSupportAlpha(const NativePixelMap* native, int32_t* alpha);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-image.md126 OH_PixelMap_IsSupportAlpha (const NativePixelMap *native, int32_t *alpha)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-image.md135 - OH_PixelMap_IsSupportAlpha (const NativePixelMap *native, int32_t *alpha)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md55 | int32_t [OH_PixelMap_IsSupportAlpha](image.md#oh_pixelmap_issupportalpha) (const [NativePixelMap]…
H A Dimage.md118 | int32_t [OH_PixelMap_IsSupportAlpha](#oh_pixelmap_issupportalpha) (const [NativePixelMap](#native…
3026 ### OH_PixelMap_IsSupportAlpha()
3029 int32_t OH_PixelMap_IsSupportAlpha (const NativePixelMap * native, int32_t * alpha )
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-pixelmap-operation-native.md140 OH_PixelMap_IsSupportAlpha(native, &supportAlpha);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dndk_test.cpp74 int32_t res = OH_PixelMap_IsSupportAlpha(p, num);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp113 int32_t OH_PixelMap_IsSupportAlpha(const NativePixelMap* native, int32_t* alpha) in OH_PixelMap_IsSupportAlpha() function
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md55 | int32_t [OH_PixelMap_IsSupportAlpha](image.md#oh_pixelmap_issupportalpha) (const [NativePixelMap]…
H A Dimage.md118 | int32_t [OH_PixelMap_IsSupportAlpha](#oh_pixelmap_issupportalpha) (const [NativePixelMap](#native…
3181 ### OH_PixelMap_IsSupportAlpha()
3184 int32_t OH_PixelMap_IsSupportAlpha (const NativePixelMap * native, int32_t * alpha )
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-pixelmap-operation-native.md140 OH_PixelMap_IsSupportAlpha(native, &supportAlpha);