/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | _image___region.md | 1 # 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 D | image__source__native_8h.md | 54 …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 D | Readme-CN.md | 58 - [Image_Region](_image___region.md)
|
H A D | image__common_8h.md | 23 | 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.md | 44 | 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 D | pixelmap__native_8h.md | 96 …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.md | 1 # 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 D | Readme-EN.md | 58 - [Image_Region](_image___region.md)
|
H A D | image__source__native_8h.md | 54 …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 D | image__common_8h.md | 23 | 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.md | 44 | 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 D | pixelmap__native_8h.md | 96 …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 D | image_common.h | 68 struct Image_Region { struct 84 typedef struct Image_Region Image_Region; argument
|
H A D | image_source_native.h | 259 Image_Region *desiredRegion); 270 Image_Region *desiredRegion);
|
H A D | pixelmap_native.h | 793 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 D | changelogs-multimedia.md | 215 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 D | image_source_native_ndk_test.cpp | 191 Image_Region desiredRegion = {0, 0, 0, 0}; 192 Image_Region desiredRegion2 = {1, 2, 3, 4};
|
H A D | pixelmap_native_ndk_test.cpp | 486 Image_Region *region = nullptr;
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-structure-c.md | 150 | 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 D | pixelmap-c.md | 135 Image_Region region;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 58 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 D | pixelmap-c.md | 135 Image_Region region;
|
H A D | image-structure-c.md | 150 | 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 D | pixelmap_native.cpp | 605 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region) in OH_PixelmapNative_Crop()
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3924 - [Image_Region](reference/apis-image-kit/_image___region.md)
|