/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_circle_ffi.cpp | 25 void FfiOHOSAceFrameworkCircleCreate(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkCircleCreate() 36 int64_t FfiOHOSAceFrameworkCircleInsCreate(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkCircleInsCreate()
|
H A D | cj_ellipse_ffi.cpp | 25 void FfiOHOSAceFrameworkEllipseCreate(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkEllipseCreate() 36 int64_t FfiOHOSAceFrameworkEllipseInsCreate(double width, int32_t widthUnit, double height, int32_t… in FfiOHOSAceFrameworkEllipseInsCreate()
|
H A D | cj_path_ffi.cpp | 34 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() 56 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize()
|
H A D | cj_polygon_ffi.cpp | 25 void FfiOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkPolygonCreate()
|
H A D | cj_rect_ffi.cpp | 29 void FfiOHOSAceFrameworkRectCreate(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkRectCreate() 40 int64_t FfiOHOSAceFrameworkRectInsCreate(double width, int32_t widthUnit, double height, int32_t he… in FfiOHOSAceFrameworkRectInsCreate() 105 DimensionUnit widthUnit = DimensionUnit::VP; in FfiOHOSAceFrameworkRectSetRadiusTupleArray() local
|
H A D | cj_line_ffi.cpp | 27 void FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkLineCreate()
|
H A D | cj_polyline_ffi.cpp | 31 void FfiOHOSAceFrameworkPolylineCreate(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkPolylineCreate()
|
H A D | cj_navigator_ffi.cpp | 59 void FfiOHOSAceFrameworkNavigatorSetSize(double width, int32_t widthUnit, double height, int32_t he… in FfiOHOSAceFrameworkNavigatorSetSize()
|
H A D | cj_list_ffi.h | 26 int32_t widthUnit; member
|
H A D | cj_shape_ffi.cpp | 159 void FfiOHOSAceFrameworkShapeSetStrokeWidth(double strokeWidth, int32_t widthUnit) in FfiOHOSAceFrameworkShapeSetStrokeWidth() 192 void FfiOHOSAceFrameworkShapeSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkShapeSetSize() 227 int64_t shapeId, double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkShapeSetInsSize()
|
H A D | cj_image_animator_ffi.h | 30 int32_t widthUnit; member
|
H A D | cj_counter_ffi.cpp | 50 void FfiOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkCounterSetSize()
|
H A D | cj_search_ffi.h | 41 int32_t widthUnit; member
|
H A D | cj_stack_ffi.cpp | 102 void FfiOHOSAceFrameworkStackSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkStackSetSize()
|
H A D | cj_flex_ffi.cpp | 66 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t hei… in FfiOHOSAceFrameworkFlexSetFlexSize()
|
H A D | cj_select_ffi.cpp | 124 void FfiOHOSAceFrameworkSelectSetSpace(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetSpace() 151 void FfiOHOSAceFrameworkSelectSetOptionWidth(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetOptionWidth()
|
H A D | cj_checkbox_ffi.cpp | 61 void FfiOHOSAceFrameworkCheckBoxSetSize(double width, uint32_t widthUnit, double height, uint32_t h… in FfiOHOSAceFrameworkCheckBoxSetSize()
|
H A D | cj_toggle_ffi.cpp | 55 void FfiOHOSAceFrameworkToggleSize(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkToggleSize()
|
H A D | cj_checkbox_group_ffi.cpp | 87 void FfiOHOSAceFrameworkCheckBoxGroupSetSize(double width, uint32_t widthUnit, double height, uint3… in FfiOHOSAceFrameworkCheckBoxGroupSetSize()
|
H A D | cj_data_panel_ffi.cpp | 122 void FfiOHOSAceFrameworkDataPanelSetStrokeWidth(double strokeWidth, int32_t widthUnit) in FfiOHOSAceFrameworkDataPanelSetStrokeWidth()
|
H A D | cj_image_ffi.cpp | 139 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()
|
H A D | cj_alert_dialog_ffi.h | 31 int32_t widthUnit; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | plugin_modifier.cpp | 27 void SetPluginWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 widthUnit) in SetPluginWidth() 44 ArkUI_Int32 widthUnit, ArkUI_Int32 heightUnit) in SetPluginSize()
|
H A D | form_component_modifier.cpp | 58 void SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, in SetFormSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
H A D | cj_image_ffi.cpp | 36 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()
|