Home
last modified time | relevance | path

Searched defs:widthUnit (Results 1 – 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_ellipse_ffi.cpp25 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()
Dcj_circle_ffi.cpp25 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()
Dcj_path_ffi.cpp34 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()
Dcj_polygon_ffi.cpp25 void FfiOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heigh… in FfiOHOSAceFrameworkPolygonCreate()
Dcj_rect_ffi.cpp29 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
Dcj_line_ffi.cpp27 void FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkLineCreate()
Dcj_polyline_ffi.cpp31 void FfiOHOSAceFrameworkPolylineCreate(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkPolylineCreate()
Dcj_navigator_ffi.cpp59 void FfiOHOSAceFrameworkNavigatorSetSize(double width, int32_t widthUnit, double height, int32_t he… in FfiOHOSAceFrameworkNavigatorSetSize()
Dcj_shape_ffi.cpp159 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()
Dcj_list_ffi.h26 int32_t widthUnit; member
Dcj_image_animator_ffi.h30 int32_t widthUnit; member
Dcj_counter_ffi.cpp50 void FfiOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heig… in FfiOHOSAceFrameworkCounterSetSize()
Dcj_stack_ffi.cpp102 void FfiOHOSAceFrameworkStackSetSize(double width, int32_t widthUnit, double height, int32_t height… in FfiOHOSAceFrameworkStackSetSize()
Dcj_search_ffi.h41 int32_t widthUnit; member
Dcj_flex_ffi.cpp66 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t hei… in FfiOHOSAceFrameworkFlexSetFlexSize()
Dcj_select_ffi.cpp124 void FfiOHOSAceFrameworkSelectSetSpace(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetSpace()
151 void FfiOHOSAceFrameworkSelectSetOptionWidth(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetOptionWidth()
Dcj_checkbox_ffi.cpp61 void FfiOHOSAceFrameworkCheckBoxSetSize(double width, uint32_t widthUnit, double height, uint32_t h… in FfiOHOSAceFrameworkCheckBoxSetSize()
Dcj_toggle_ffi.cpp55 void FfiOHOSAceFrameworkToggleSize(double width, int32_t widthUnit, double height, int32_t heightUn… in FfiOHOSAceFrameworkToggleSize()
Dcj_checkbox_group_ffi.cpp87 void FfiOHOSAceFrameworkCheckBoxGroupSetSize(double width, uint32_t widthUnit, double height, uint3… in FfiOHOSAceFrameworkCheckBoxGroupSetSize()
Dcj_data_panel_ffi.cpp122 void FfiOHOSAceFrameworkDataPanelSetStrokeWidth(double strokeWidth, int32_t widthUnit) in FfiOHOSAceFrameworkDataPanelSetStrokeWidth()
Dcj_image_ffi.cpp139 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()
Dcj_alert_dialog_ffi.h31 int32_t widthUnit; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dplugin_modifier.cpp27 void SetPluginWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 widthUnit) in SetPluginWidth()
44 ArkUI_Int32 widthUnit, ArkUI_Int32 heightUnit) in SetPluginSize()
Dform_component_modifier.cpp58 void SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, in SetFormSize()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/
Dcj_image_ffi.cpp36 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()

12