Searched refs:VectorDoubleHandle (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_rect_ffi.h | 24 using VectorDoubleHandle = void*; variable 33 CJ_EXPORT void FfiOHOSAceFrameworkRectSetRadiusArray(VectorDoubleHandle voidValue, VectorInt32Handl… 34 CJ_EXPORT void FfiOHOSAceFrameworkRectSetRadiusTupleArray(VectorDoubleHandle voidWidthValue, 35 …VectorInt32Handle voidWidthUnit, VectorDoubleHandle voidHeightValue, VectorInt32Handle voidHeightU…
|
H A D | cj_data_panel_ffi.h | 24 using VectorDoubleHandle = void*; variable 48 CJ_EXPORT void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t pa…
|
H A D | cj_rect_ffi.cpp | 70 void FfiOHOSAceFrameworkRectSetRadiusArray(VectorDoubleHandle voidValue, VectorInt32Handle voidUnit) in FfiOHOSAceFrameworkRectSetRadiusArray() 91 void FfiOHOSAceFrameworkRectSetRadiusTupleArray(VectorDoubleHandle voidWidthValue, VectorInt32Handl… in FfiOHOSAceFrameworkRectSetRadiusTupleArray() 92 VectorDoubleHandle voidHeightValue, VectorInt32Handle voidHeightUnit) in FfiOHOSAceFrameworkRectSetRadiusTupleArray()
|
H A D | cj_text_clock_ffi.h | 45 using VectorDoubleHandle = void*; variable
|
H A D | cj_data_panel_ffi.cpp | 56 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate()
|