Home
last modified time | relevance | path

Searched refs:heightUnit (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_circle_ffi.cpp25 …FfiOHOSAceFrameworkCircleCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCircleCreate() argument
32 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkCircleCreate()
36 …OHOSAceFrameworkCircleInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCircleInsCreate() argument
39 OHOS::Ace::Dimension dHeight(height, static_cast<OHOS::Ace::DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkCircleInsCreate()
H A Dcj_ellipse_ffi.cpp25 …fiOHOSAceFrameworkEllipseCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkEllipseCreate() argument
32 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkEllipseCreate()
36 …HOSAceFrameworkEllipseInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkEllipseInsCreate() argument
39 OHOS::Ace::Dimension dHeight(height, static_cast<OHOS::Ace::DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkEllipseInsCreate()
H A Dcj_rect_ffi.cpp29 …d FfiOHOSAceFrameworkRectCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkRectCreate() argument
36 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkRectCreate()
40 …fiOHOSAceFrameworkRectInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkRectInsCreate() argument
43 OHOS::Ace::Dimension dHeight(height, static_cast<OHOS::Ace::DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkRectInsCreate()
106 DimensionUnit heightUnit = DimensionUnit::VP; in FfiOHOSAceFrameworkRectSetRadiusTupleArray() local
113 heightUnit = static_cast<DimensionUnit>(vecHeightUnit->at(i)); in FfiOHOSAceFrameworkRectSetRadiusTupleArray()
117 Dimension height(vecHeightValue->at(i), heightUnit); in FfiOHOSAceFrameworkRectSetRadiusTupleArray()
H A Dcj_path_ffi.cpp34 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() argument
41 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkPathCreateWithSize()
56 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize() argument
59 OHOS::Ace::Dimension dHeight(height, static_cast<OHOS::Ace::DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkPathInsCreateWithSize()
H A Dcj_circle_ffi.h24 …fiOHOSAceFrameworkCircleCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
26 double width, int32_t widthUnit, double height, int32_t heightUnit);
H A Dcj_ellipse_ffi.h24 …iOHOSAceFrameworkEllipseCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
26 double width, int32_t widthUnit, double height, int32_t heightUnit);
H A Dcj_polygon_ffi.cpp25 …fiOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkPolygonCreate() argument
32 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkPolygonCreate()
H A Dcj_path_ffi.h26 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands);
30 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands);
H A Dcj_flex_ffi.cpp66 …OHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkFlexSetFlexSize() argument
69 Dimension heightDime(height, static_cast<DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkFlexSetFlexSize()
72 FfiOHOSAceFrameworkViewAbstractSetHeight(height, heightUnit); in FfiOHOSAceFrameworkFlexSetFlexSize()
H A Dcj_line_ffi.cpp27 …d FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkLineCreate() argument
34 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkLineCreate()
H A Dcj_rect_ffi.h28 … FfiOHOSAceFrameworkRectCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
29 …iOHOSAceFrameworkRectInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
H A Dcj_navigator_ffi.cpp59 …HOSAceFrameworkNavigatorSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkNavigatorSetSize() argument
62 FfiOHOSAceFrameworkNavigatorSetHeight(height, heightUnit); in FfiOHOSAceFrameworkNavigatorSetSize()
H A Dcj_polyline_ffi.cpp31 …iOHOSAceFrameworkPolylineCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkPolylineCreate() argument
38 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkPolylineCreate()
H A Dcj_counter_ffi.cpp50 …iOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCounterSetSize() argument
53 FfiOHOSAceFrameworkCounterSetHeight(height, heightUnit); in FfiOHOSAceFrameworkCounterSetSize()
H A Dcj_shape_ffi.cpp192 …FfiOHOSAceFrameworkShapeSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkShapeSetSize() argument
195 FfiOHOSAceFrameworkShapeSetHeight(height, heightUnit); in FfiOHOSAceFrameworkShapeSetSize()
227 int64_t shapeId, double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkShapeSetInsSize() argument
232 Dimension dHeight(height, static_cast<DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkShapeSetInsSize()
H A Dcj_shape_ffi.h56 …fiOHOSAceFrameworkShapeSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit);
60 int64_t shapeId, double width, int32_t widthUnit, double height, int32_t heightUnit);
H A Dcj_toggle_ffi.cpp55 …d FfiOHOSAceFrameworkToggleSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkToggleSize() argument
58 Dimension heightDime(height, static_cast<DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkToggleSize()
H A Dcj_stack_ffi.cpp102 …FfiOHOSAceFrameworkStackSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkStackSetSize() argument
105 Dimension heightDime(height, static_cast<DimensionUnit>(heightUnit)); in FfiOHOSAceFrameworkStackSetSize()
H A Dcj_checkbox_ffi.cpp61 …OSAceFrameworkCheckBoxSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkCheckBoxSetSize() argument
64 FfiOHOSAceFrameworkCheckBoxSetHeight(height, heightUnit); in FfiOHOSAceFrameworkCheckBoxSetSize()
H A Dcj_checkbox_group_ffi.cpp87 …FrameworkCheckBoxGroupSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkCheckBoxGroupSetSize() argument
90 FfiOHOSAceFrameworkCheckBoxGroupSetHeight(height, heightUnit); in FfiOHOSAceFrameworkCheckBoxGroupSetSize()
H A Dcj_line_ffi.h26 … FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
H A Dcj_polygon_ffi.h27 …iOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heightUnit);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dplugin_modifier.cpp35 void SetPluginHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 heightUnit) in SetPluginHeight() argument
39 Dimension height = Dimension(value, static_cast<DimensionUnit>(heightUnit)); in SetPluginHeight()
44 ArkUI_Int32 widthUnit, ArkUI_Int32 heightUnit) in SetPluginSize() argument
49 Dimension height = Dimension(heightVal, static_cast<DimensionUnit>(heightUnit)); in SetPluginSize()
H A Dblank_modifier.cpp39 void SetBlankHeight(ArkUINodeHandle node, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetBlankHeight() argument
43 BlankModelNG::SetHeight(frameNode, CalcDimension(heightValue, (DimensionUnit)heightUnit)); in SetBlankHeight()
H A Dform_component_modifier.cpp59 ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetFormSize() argument
65 Dimension(heightValue, static_cast<OHOS::Ace::DimensionUnit>(heightUnit))); in SetFormSize()

123