| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_ellipse_ffi.cpp | 23 void FfiOHOSAceFrameworkEllipseCreate(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkEllipseCreate() 34 int64_t FfiOHOSAceFrameworkEllipseInsCreate(double width, int32_t widthUnit, double height, int32_t… in FfiOHOSAceFrameworkEllipseInsCreate()
|
| D | cj_circle_ffi.cpp | 23 void FfiOHOSAceFrameworkCircleCreate(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkCircleCreate() 34 int64_t FfiOHOSAceFrameworkCircleInsCreate(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkCircleInsCreate()
|
| D | cj_path_ffi.cpp | 33 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() 55 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize()
|
| D | cj_polygon_ffi.cpp | 25 void FfiOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkPolygonCreate()
|
| D | cj_rect_ffi.cpp | 26 void FfiOHOSAceFrameworkRectCreate(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkRectCreate() 37 int64_t FfiOHOSAceFrameworkRectInsCreate(double width, int32_t widthUnit, double height, int32_t he… in FfiOHOSAceFrameworkRectInsCreate() 102 DimensionUnit widthUnit = DimensionUnit::VP; in FfiOHOSAceFrameworkRectSetRadiusTupleArray() local
|
| D | cj_line_ffi.cpp | 25 void FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkLineCreate()
|
| D | cj_polyline_ffi.cpp | 29 void FfiOHOSAceFrameworkPolylineCreate(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkPolylineCreate()
|
| D | cj_navigator_ffi.cpp | 59 void FfiOHOSAceFrameworkNavigatorSetSize(double width, int32_t widthUnit, double height, int32_t he… in FfiOHOSAceFrameworkNavigatorSetSize()
|
| D | cj_select_ffi.cpp | 145 void FfiOHOSAceFrameworkSelectSetSpace(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetSpace() 171 void FfiOHOSAceFrameworkSelectSetOptionWidth(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetOptionWidth() 220 void FfiOHOSAceFrameworkSelectSetSize(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkSelectSetSize()
|
| D | cj_shape_ffi.cpp | 170 void FfiOHOSAceFrameworkShapeSetStrokeWidth(double strokeWidth, int32_t widthUnit) in FfiOHOSAceFrameworkShapeSetStrokeWidth() 212 void FfiOHOSAceFrameworkShapeSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkShapeSetSize() 247 int64_t shapeId, double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkShapeSetInsSize()
|
| D | cj_image_animator_ffi.h | 30 int32_t widthUnit; member
|
| D | cj_select_ffi.h | 30 int32_t widthUnit; member
|
| D | cj_stack_ffi.cpp | 102 void FfiOHOSAceFrameworkStackSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkStackSetSize()
|
| D | cj_counter_ffi.cpp | 61 void FfiOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkCounterSetSize()
|
| D | cj_menu_ffi.h | 36 int32_t widthUnit; member
|
| D | cj_search_ffi.h | 51 int32_t widthUnit; member
|
| D | cj_radio_ffi.cpp | 53 void FfiOHOSAceFrameworkRadioSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkRadioSetSize()
|
| D | cj_flex_ffi.cpp | 58 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t hei… in FfiOHOSAceFrameworkFlexSetFlexSize()
|
| D | cj_list_ffi.h | 41 int32_t widthUnit; member
|
| D | cj_data_panel_ffi.cpp | 120 void FfiOHOSAceFrameworkDataPanelSetStrokeWidth(double strokeWidth, int32_t widthUnit) in FfiOHOSAceFrameworkDataPanelSetStrokeWidth()
|
| D | cj_toggle_ffi.cpp | 56 void FfiOHOSAceFrameworkToggleSize(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkToggleSize()
|
| D | cj_checkbox_ffi.cpp | 64 void FfiOHOSAceFrameworkCheckBoxSetSize(double width, uint32_t widthUnit, double height, uint32_t h… in FfiOHOSAceFrameworkCheckBoxSetSize()
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | plugin_modifier.cpp | 23 void SetPluginWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 widthUnit) in SetPluginWidth() 40 ArkUI_Int32 widthUnit, ArkUI_Int32 heightUnit) in SetPluginSize()
|
| D | form_component_modifier.cpp | 54 void SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, in SetFormSize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
| D | cj_image_ffi.cpp | 36 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()
|