Home
last modified time | relevance | path

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

12

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

12