Home
last modified time | relevance | path

Searched refs:Image_Region (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_image___region.md1 # Image_Region chapter
32 uint32_t Image_Region::height
41 uint32_t Image_Region::width
50 uint32_t Image_Region::x
59 uint32_t Image_Region::y
H A Dimage__source__native_8h.md54 …ingOptions](_image___native_module.md#oh_decodingoptions) \*options, [Image_Region](_image___regio…
55 …ingOptions](_image___native_module.md#oh_decodingoptions) \*options, [Image_Region](_image___regio…
H A DReadme-CN.md58 - [Image_Region](_image___region.md)
H A Dimage__common_8h.md23 | struct [Image_Region](_image___region.md) | 待解码的图像源区域结构体。 |
32 | typedef struct [Image_Region](_image___region.md) [Image_Region](_image___native_module.md#image_…
H A D_image___native_module.md44 | struct [Image_Region](_image___region.md) | 待解码的图像源区域结构体。 |
57 | typedef struct [Image_Region](_image___region.md) [Image_Region](#image_region) | 声明要解码的图像源区域结构体类…
175 …desiredregion) ([OH_DecodingOptions](#oh_decodingoptions) \*options, [Image_Region](_image___regio…
176 …desiredregion) ([OH_DecodingOptions](#oh_decodingoptions) \*options, [Image_Region](_image___regio…
261 …mapnative_crop) ([OH_PixelmapNative](#oh_pixelmapnative) \*pixelmap, [Image_Region](_image___regio…
438 ### Image_Region subsection
441 typedef struct Image_Region Image_Region
1419 Image_ErrorCode OH_DecodingOptions_GetDesiredRegion(OH_DecodingOptions *options, Image_Region *desi…
1572 Image_ErrorCode OH_DecodingOptions_SetDesiredRegion(OH_DecodingOptions *options, Image_Region *desi…
4273 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region)
H A Dpixelmap__native_8h.md96 …lmapNative](_image___native_module.md#oh_pixelmapnative) \*pixelmap, [Image_Region](_image___regio…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_image___region.md1 # Image_Region chapter
6 The Image_Region struct describes the region of an image to decode.
32 uint32_t Image_Region::height
42 uint32_t Image_Region::width
52 uint32_t Image_Region::x
62 uint32_t Image_Region::y
H A DReadme-EN.md58 - [Image_Region](_image___region.md)
H A Dimage__source__native_8h.md54 …ingOptions](_image___native_module.md#oh_decodingoptions) \*options, [Image_Region](_image___regio…
55 …ingOptions](_image___native_module.md#oh_decodingoptions) \*options, [Image_Region](_image___regio…
H A Dimage__common_8h.md23 | struct [Image_Region](_image___region.md) | Describes the region of an image to decode.|
32 | typedef struct [Image_Region](_image___region.md) [Image_Region](_image___native_module.md#image_…
H A D_image___native_module.md44 | struct [Image_Region](_image___region.md) | Describes the region of an image to decode. |
57 | typedef struct [Image_Region](_image___region.md) [Image_Region](#image_region) | Defines a struc…
175 …desiredregion) ([OH_DecodingOptions](#oh_decodingoptions) \*options, [Image_Region](_image___regio…
176 …desiredregion) ([OH_DecodingOptions](#oh_decodingoptions) \*options, [Image_Region](_image___regio…
261 …mapnative_crop) ([OH_PixelmapNative](#oh_pixelmapnative) \*pixelmap, [Image_Region](_image___regio…
440 ### Image_Region subsection
443 typedef struct Image_Region Image_Region
1533 Image_ErrorCode OH_DecodingOptions_GetDesiredRegion(OH_DecodingOptions *options, Image_Region *desi…
1701 Image_ErrorCode OH_DecodingOptions_SetDesiredRegion(OH_DecodingOptions *options, Image_Region *desi…
4649 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region)
H A Dpixelmap__native_8h.md96 …lmapNative](_image___native_module.md#oh_pixelmapnative) \*pixelmap, [Image_Region](_image___regio…
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_common.h68 struct Image_Region { struct
84 typedef struct Image_Region Image_Region; argument
H A Dimage_source_native.h259 Image_Region *desiredRegion);
270 Image_Region *desiredRegion);
H A Dpixelmap_native.h793 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.50/
H A Dchangelogs-multimedia.md215 Image_Region region{0, 0, previewProfile.size.width, previewProfile.size.height};
274 Image_Region region{0, 0, previewProfile.size.width, previewProfile.size.height};
372 Image_Region region{0, 0, previewProfile.size.width, previewProfile.size.height};
442 Image_Region region{0, 0, previewProfile.size.width, previewProfile.size.height};
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp191 Image_Region desiredRegion = {0, 0, 0, 0};
192 Image_Region desiredRegion2 = {1, 2, 3, 4};
H A Dpixelmap_native_ndk_test.cpp486 Image_Region *region = nullptr;
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-structure-c.md150 | Image_Region | desiredRegion | 解码区域 | [OH_DecodingOptions_GetDesiredRegion](../../reference/apis-…
151 | Image_Region | desiredRegion | 解码区域 | [OH_DecodingOptions_SetDesiredRegion](../../reference/apis-…
174 | Image_Region | region | 裁剪区间 | [OH_PixelmapNative_Crop](../../reference/apis-image-kit/_image___n…
H A Dpixelmap-c.md135 Image_Region region;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp58 struct Image_Region desiredRegion;
188 Image_Region *desiredRegion) in OH_DecodingOptions_GetDesiredRegion()
202 Image_Region *desiredRegion) in OH_DecodingOptions_SetDesiredRegion()
/ohos5.0/docs/en/application-dev/media/image/
H A Dpixelmap-c.md135 Image_Region region;
H A Dimage-structure-c.md150 | Image_Region | desiredRegion | Region to decode.| [OH_DecodingOptions_GetDesiredRegion](../../ref…
151 | Image_Region | desiredRegion | Region to decode.| [OH_DecodingOptions_SetDesiredRegion](../../ref…
174 | Image_Region | region | Cropping region.| [OH_PixelmapNative_Crop](../../reference/apis-image-kit…
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp605 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region) in OH_PixelmapNative_Crop()
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md3924 - [Image_Region](reference/apis-image-kit/_image___region.md)

12