Home
last modified time | relevance | path

Searched defs:native (Results 1 – 25 of 54) sorted by relevance

123

/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()
124 int32_t OH_PixelMap_SetAlphaAble(const NativePixelMap* native, int32_t alpha) in OH_PixelMap_SetAlphaAble()
135 int32_t OH_PixelMap_GetDensity(const NativePixelMap* native, int32_t* density) in OH_PixelMap_GetDensity()
146 int32_t OH_PixelMap_SetDensity(const NativePixelMap* native, int32_t density) in OH_PixelMap_SetDensity()
157 int32_t OH_PixelMap_SetOpacity(const NativePixelMap* native, float opacity) in OH_PixelMap_SetOpacity()
168 int32_t OH_PixelMap_Scale(const NativePixelMap* native, float x, float y) in OH_PixelMap_Scale()
195 int32_t OH_PixelMap_Translate(const NativePixelMap* native, float x, float y) in OH_PixelMap_Translate()
207 int32_t OH_PixelMap_Rotate(const NativePixelMap* native, float angle) in OH_PixelMap_Rotate()
218 int32_t OH_PixelMap_Flip(const NativePixelMap* native, int32_t x, int32_t y) in OH_PixelMap_Flip()
255 int32_t OH_PixelMap_AccessPixels(const NativePixelMap* native, void** addr) in OH_PixelMap_AccessPixels()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_receiver_mdk.cpp57 int32_t OH_Image_Receiver_GetReceivingSurfaceId(const ImageReceiverNative* native, char* id, size_t… in OH_Image_Receiver_GetReceivingSurfaceId()
69 int32_t OH_Image_Receiver_ReadLatestImage(const ImageReceiverNative* native, napi_value* image) in OH_Image_Receiver_ReadLatestImage()
81 int32_t OH_Image_Receiver_ReadNextImage(const ImageReceiverNative* native, napi_value* image) in OH_Image_Receiver_ReadNextImage()
93 int32_t OH_Image_Receiver_On(const ImageReceiverNative* native, OH_Image_Receiver_On_Callback callb… in OH_Image_Receiver_On()
104 int32_t OH_Image_Receiver_GetSize(const ImageReceiverNative* native, struct OhosImageSize* size) in OH_Image_Receiver_GetSize()
115 int32_t OH_Image_Receiver_GetCapacity(const ImageReceiverNative* native, int32_t* capacity) in OH_Image_Receiver_GetCapacity()
126 int32_t OH_Image_Receiver_GetFormat(const ImageReceiverNative* native, int32_t* format) in OH_Image_Receiver_GetFormat()
137 int32_t OH_Image_Receiver_Release(ImageReceiverNative* native) in OH_Image_Receiver_Release()
H A Dimage_mdk.cpp42 int32_t OH_Image_ClipRect(const ImageNative* native, struct OhosImageRect* rect) in OH_Image_ClipRect()
54 int32_t OH_Image_Size(const ImageNative* native, struct OhosImageSize* size) in OH_Image_Size()
66 int32_t OH_Image_Format(const ImageNative* native, int32_t* format) in OH_Image_Format()
78 int32_t OH_Image_GetComponent(const ImageNative* native, int32_t componentType, in OH_Image_GetComponent()
92 int32_t OH_Image_Release(ImageNative* native) in OH_Image_Release()
H A Dimage_source_mdk.cpp158 int32_t OH_ImageSource_CreatePixelMap(const ImageSourceNative* native, in OH_ImageSource_CreatePixelMap()
174 int32_t OH_ImageSource_CreatePixelMapList(const ImageSourceNative* native, in OH_ImageSource_CreatePixelMapList()
190 int32_t OH_ImageSource_GetDelayTime(const ImageSourceNative* native, in OH_ImageSource_GetDelayTime()
204 int32_t OH_ImageSource_GetFrameCount(const ImageSourceNative* native, uint32_t *res) in OH_ImageSource_GetFrameCount()
217 int32_t OH_ImageSource_GetImageInfo(const ImageSourceNative* native, int32_t index, in OH_ImageSource_GetImageInfo()
232 int32_t OH_ImageSource_GetImageProperty(const ImageSourceNative* native, in OH_ImageSource_GetImageProperty()
247 int32_t OH_ImageSource_ModifyImageProperty(const ImageSourceNative* native, in OH_ImageSource_ModifyImageProperty()
262 int32_t OH_ImageSource_UpdateData(const ImageSourceNative* native, in OH_ImageSource_UpdateData()
276 int32_t OH_ImageSource_Release(ImageSourceNative* native) in OH_ImageSource_Release()
H A Dimage_packer_mdk.cpp52 int32_t OH_ImagePacker_PackToData(ImagePacker_Native* native, napi_value source, in OH_ImagePacker_PackToData()
69 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source, in OH_ImagePacker_PackToFile()
85 int32_t OH_ImagePacker_Release(ImagePacker_Native* native) in OH_ImagePacker_Release()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_mdk_kits.cpp37 static ImageReceiver* CheckAndGetReceiver(ImageReceiverNapi* native, const struct ImageReceiverArgs… in CheckAndGetReceiver()
63 static int32_t ImageReceiverNapiGetReceiverId(ImageReceiverNapi* native, struct ImageReceiverArgs* … in ImageReceiverNapiGetReceiverId()
79 static int32_t ImageReceiverNapiReadLatestImage(ImageReceiverNapi* native, struct ImageReceiverArgs… in ImageReceiverNapiReadLatestImage()
93 static int32_t ImageReceiverNapiReadNextImage(ImageReceiverNapi* native, struct ImageReceiverArgs* … in ImageReceiverNapiReadNextImage()
107 static int32_t ImageReceiverNapiOn(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiOn()
119 static int32_t ImageReceiverNapiGetSize(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetSize()
130 static int32_t ImageReceiverNapiGetCapacity(ImageReceiverNapi* native, struct ImageReceiverArgs* ar… in ImageReceiverNapiGetCapacity()
140 static int32_t ImageReceiverNapiGetFormat(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetFormat()
173 int32_t ImageReceiverNativeCtxCall(int32_t mode, ImageReceiverNapi* native, struct ImageReceiverArg… in ImageReceiverNativeCtxCall()
H A Dimage_pixel_map_napi_kits.cpp174 static int32_t PixelMapNapiGetRowBytes(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiGetRowBytes()
185 static int32_t PixelMapNapiIsEditable(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiIsEditable()
209 static int32_t PixelMapNapiSetAlphaAble(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiSetAlphaAble()
229 static int32_t PixelMapNapiGetDensity(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiGetDensity()
241 static int32_t PixelMapNapiSetDensity(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiSetDensity()
260 static int32_t PixelMapNapiSetOpacity(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiSetOpacity()
274 static int32_t PixelMapNapiScale(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiScale()
290 static int32_t PixelMapNapiTranslate(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiTranslate()
302 static int32_t PixelMapNapiRotate(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiRotate()
314 static int32_t PixelMapNapiFlip(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiFlip()
[all …]
H A Dimage_mdk_kits.cpp41 static NativeImage* CheckAndGetImage(ImageNapi* native, const struct ImageNapiArgs* args) in CheckAndGetImage()
49 static int32_t ImageNapiClipRect(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiClipRect()
65 static int32_t ImageNapiSize(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiSize()
78 static int32_t ImageNapiFormat(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiFormat()
92 static int32_t ImageNapiGetComponent(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiGetComponent()
128 int32_t ImageNapiNativeCtxCall(int32_t mode, ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiNativeCtxCall()
H A Dimage_source_mdk_kits.cpp464 auto native = GetNativeImageSource(args); in ImageSourceNapiCreatePixelmap() local
501 auto native = GetNativeImageSource(args); in ImageSourceNapiCreatePixelmapList() local
531 auto native = GetNativeImageSource(args); in ImageSourceNapiGetDelayTime() local
561 auto native = GetNativeImageSource(args); in ImageSourceNapiGetFrameCount() local
578 auto native = GetNativeImageSource(args); in ImageSourceNapiGetImageInfo() local
602 auto native = GetNativeImageSource(args); in ImageSourceNapiGetImageProperty() local
640 static int32_t NativePropertyModify(ImageSource* native, ImageResource &imageResource, in NativePropertyModify()
673 auto native = GetNativeImageSource(args); in ImageSourceNapiModifyImageProperty() local
724 auto native = GetNativeImageSource(args); in ImageSourceNapiUpdateData() local
H A Dimage_receiver_napi.cpp462 auto native = ic.context->constructor_->imageReceiver_; in JsGetSize() local
492 auto native = ic.context->constructor_->imageReceiver_; in JsGetCapacity() local
520 auto native = ic.context->constructor_->imageReceiver_; in JsGetFormat() local
684 auto native = context->constructor_->imageReceiver_; in JsGetReceivingSurfaceId() local
755 auto native = context->constructor_->imageReceiver_; in JsReadLatestImage() local
803 auto native = context->constructor_->imageReceiver_; in JsReadNextImage() local
995 auto native = ic.context->constructor_->imageReceiver_; in JsOn() local
H A Dimage_creator_napi.cpp389 auto native = ic.context->constructor_->imageCreator_; in JsGetSize() local
423 auto native = ic.context->constructor_->imageCreator_; in JsGetCapacity() local
455 auto native = ic.context->constructor_->imageCreator_; in JsGetFormat() local
562 auto native = context->constructor_->imageCreator_; in JsDequeueImage() local
647 auto native = context->constructor_->imageCreator_; in JsQueueImageCallBack() local
868 auto native = ic.context->constructor_->imageCreator_; in JsOn() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/
H A Dcolor_mgr_ffi.cpp37 auto native = FFIData::Create<CjColorManager>(ptr); in CJ_ColorMgrCreateByColorSpace() local
54 auto native = FFIData::Create<CjColorManager>(ptr); in CJ_ColorMgrCreate() local
65 auto native = FFIData::GetData<CjColorManager>(id); in CJ_ColorMgrGetColorSpaceName() local
76 auto native = FFIData::GetData<CjColorManager>(id); in CJ_ColorMgrGetWhitePoint() local
99 auto native = FFIData::GetData<CjColorManager>(id); in CJ_ColorMgrGetGamma() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_ndk_test.cpp46 const ImageNative* native = nullptr; variable
62 const ImageNative* native = nullptr; variable
78 const ImageNative* native = nullptr; variable
94 const ImageNative* native = nullptr; variable
111 ImageNative* native = nullptr; variable
432 ImageSourceNative* native = nullptr; variable
449 ImageSourceNative* native = nullptr; variable
466 ImageSourceNative* native = nullptr; variable
482 ImageSourceNative* native = nullptr; variable
498 ImageSourceNative* native = nullptr; variable
[all …]
H A Dimage_packer_mdk_test.cpp71 ImagePacker_Native* native = nullptr; variable
89 ImagePacker_Native* native = nullptr; variable
106 ImagePacker_Native* native = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_pixel_map_test.cpp47 OH_PixelmapNative *native = nullptr; variable
61 OH_PixelmapNative *native = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp36 void *native = nullptr; in Convert2Sendable() local
82 float *native = nullptr; in Convert2Sendable() local
182 void *native = nullptr; in ToSendableTypedArray() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp177 NativeComponent *native = new(NativeComponent); variable
203 NativeComponent *native = new(NativeComponent); variable
305 NativeComponent *native = &nativeComponent; variable
391 NativeComponent *native = &nativeComponent; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp460 auto native = ic.context->constructor_->imageReceiver_; in JsGetSize() local
490 auto native = ic.context->constructor_->imageReceiver_; in JsGetCapacity() local
518 auto native = ic.context->constructor_->imageReceiver_; in JsGetFormat() local
682 auto native = context->constructor_->imageReceiver_; in JsGetReceivingSurfaceId() local
753 auto native = context->constructor_->imageReceiver_; in JsReadLatestImage() local
801 auto native = context->constructor_->imageReceiver_; in JsReadNextImage() local
993 auto native = ic.context->constructor_->imageReceiver_; in JsOn() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.cpp378 void* native = nullptr; in GetPixelMap() local
395 void* native = nullptr; in GetForeground() local
415 void* native = nullptr; in GetBackground() local
435 void* native = nullptr; in GetMask() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp433 if (auto native = tro->GetNativeObject()) { in AppendChild() local
491 if (auto native = tro->GetNativeObject()) { in InsertChildAfter() local
504 if (auto native = tro->GetNativeObject()) { in ResetNativeObj() local
529 if (auto native = tro->GetNativeObject()) { in RemoveChild() local
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_work.h43 void* native = nullptr; member
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_receptor.cpp80 NativeTokenInfo native; in from_json() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h96 void *native = nullptr; in PanelContentContext() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs267 native: *mut HiSysEventRustQuerierC, field
285 let native = unsafe { in new() localVariable
427 native: *mut HiSysEventRustWatcherC, field
445 let native = unsafe { in new() localVariable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.h74 void* native = nullptr; member

123