Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_pixel_map_mdk.h438 int32_t OH_PixelMap_Scale(const NativePixelMap* native, float x, float y);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-image.md131 OH_PixelMap_Scale (const NativePixelMap *native, float x, float y)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-image.md145 - OH_PixelMap_Scale (const NativePixelMap *native, float x, float y)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md60 | int32_t [OH_PixelMap_Scale](image.md#oh_pixelmap_scale) (const [NativePixelMap](image.md#nativepi…
H A Dimage.md123 | int32_t [OH_PixelMap_Scale](#oh_pixelmap_scale) (const [NativePixelMap](#nativepixelmap) \*native…
3127 ### OH_PixelMap_Scale()
3130 int32_t OH_PixelMap_Scale (const NativePixelMap * native, float x, float y )
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-pixelmap-operation-native.md163 OH_PixelMap_Scale(native, scaleX, scaleY);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dndk_test.cpp155 int32_t res = OH_PixelMap_Scale(p, x, y);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp168 int32_t OH_PixelMap_Scale(const NativePixelMap* native, float x, float y) in OH_PixelMap_Scale() function
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md60 | int32_t [OH_PixelMap_Scale](image.md#oh_pixelmap_scale) (const [NativePixelMap](image.md#nativepi…
H A Dimage.md123 | int32_t [OH_PixelMap_Scale](#oh_pixelmap_scale) (const [NativePixelMap](#nativepixelmap) \*native…
3289 ### OH_PixelMap_Scale()
3292 int32_t OH_PixelMap_Scale (const NativePixelMap * native, float x, float y )
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-pixelmap-operation-native.md163 OH_PixelMap_Scale(native, scaleX, scaleY);