Home
last modified time | relevance | path

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 Dcj_rect_ffi.h24 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 Dcj_data_panel_ffi.h24 using VectorDoubleHandle = void*; variable
48 CJ_EXPORT void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t pa…
H A Dcj_rect_ffi.cpp70 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 Dcj_text_clock_ffi.h45 using VectorDoubleHandle = void*; variable
H A Dcj_data_panel_ffi.cpp56 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate()