Searched refs:OH_PixelMap_Crop (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/ |
H A D | image_pixel_map_mdk.h | 590 int32_t OH_PixelMap_Crop(const NativePixelMap* native, int32_t x, int32_t y, int32_t width, int32_t…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-image.md | 135 OH_PixelMap_Crop (const NativePixelMap *native, int32_t x, int32_t y, int32_t width, int32_t height)
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-image.md | 153 - OH_PixelMap_Crop (const NativePixelMap *native, int32_t x, int32_t y, int32_t width, int32_t heig…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | image__pixel__map__mdk_8h.md | 65 | int32_t [OH_PixelMap_Crop](image.md#oh_pixelmap_crop) (const [NativePixelMap](image.md#nativepixe…
|
H A D | image.md | 128 | int32_t [OH_PixelMap_Crop](#oh_pixelmap_crop) (const [NativePixelMap](#nativepixelmap) \*native, … 2695 ### OH_PixelMap_Crop() 2698 int32_t OH_PixelMap_Crop (const NativePixelMap * native, int32_t x, int32_t y, int32_t width, int32…
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-pixelmap-operation-native.md | 192 OH_PixelMap_Crop(native, cropX, cropY, cropW, cropH);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | ndk_test.cpp | 242 int32_t res = OH_PixelMap_Crop(p, x, y, width, height);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | image_pixel_map_ndk.cpp | 230 int32_t OH_PixelMap_Crop(const NativePixelMap* native, int32_t x, int32_t y, int32_t width, int32_t… in OH_PixelMap_Crop() function
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__pixel__map__mdk_8h.md | 65 | int32_t [OH_PixelMap_Crop](image.md#oh_pixelmap_crop) (const [NativePixelMap](image.md#nativepixe…
|
H A D | image.md | 128 | int32_t [OH_PixelMap_Crop](#oh_pixelmap_crop) (const [NativePixelMap](#nativepixelmap) \*native, … 2828 ### OH_PixelMap_Crop() 2831 int32_t OH_PixelMap_Crop (const NativePixelMap * native, int32_t x, int32_t y, int32_t width, int32…
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-pixelmap-operation-native.md | 192 OH_PixelMap_Crop(native, cropX, cropY, cropW, cropH);
|