| /base/sensors/sensor/vibration_convert/core/utils/include/ |
| H A D | utils.h | 156 inline bool IsLessOrEqual(const T& left, const T& right) in IsLessOrEqual() argument 162 inline bool IsGreatOrEqual(const T& left, const T& right) in IsGreatOrEqual() argument 168 inline bool IsLessNotEqual(const T& left, const T& right) in IsLessNotEqual() argument 174 inline bool IsGreatNotEqual(const T& left, const T& right) in IsGreatNotEqual() argument 180 inline bool IsEqual(const T& left, const T& right) in IsEqual() argument [all...] |
| /base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
| H A D | sec_comp_info.h | 44 DimensionT left = DEFAULT_DIMENSION; member 70 inline bool GreatOrEqual(double left, double right) in GreatOrEqual() argument 76 inline bool GreatNotEqual(double left, double right) in GreatNotEqual() argument 82 inline bool IsEqual(double left, double right) in IsEqual() argument [all...] |
| /base/telephony/core_service/services/sim/src/ |
| H A D | sim_utils.cpp | 165 int left = 0; in Gsm7bitConvertToString() local [all...] |
| /base/update/updater/services/script/script_interpreter/ |
| H A D | script_expression.h | 156 BinaryExpression(ExpressionAction action, UScriptExpression *left, UScriptExpression *right)
in BinaryExpression() argument
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_webview_controller.h | 71 double left = TEN_MILLIMETER_TO_INCH; member
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/ |
| H A D | sa_rust_interface_code_emitter.cpp | 158 int left = 0;
in TrimDot() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | rosen_render_picker_base.cpp | 38 double left = offset.GetX() + pickerColumn->GetPosition().GetX() - pickerColumn->GetXOffset(); in GetOptionsRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| H A D | rosen_render_transform.cpp | 138 auto left = std::min(std::min(ltPoint.GetX(), rtPoint.GetX()), std::min(lbPoint.GetX(), rbPoint.GetX())); in GetTransformRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
| H A D | indexer_layout_algorithm.cpp | 92 auto left = padding.left.value_or(0); in Layout() local 133 auto left = padding.left.value_or(0); in GetPositionOfPopupNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/image/ |
| H A D | image_animator_declaration.h | 35 CalcDimension left; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/tween/ |
| H A D | tween_component.h | 123 void SetLeft(const Dimension& left) in SetLeft() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
| H A D | ext_surface.cpp | 123 void ExtSurface::SetBounds(int64_t surfaceId, int32_t left, int32_t top, int32_t width, int32_t height) in SetBounds() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
| H A D | position_param.h | 35 std::pair<AnimatableDimension, bool> left = { AnimatableDimension(0.0, DimensionUnit::PX), false }; member 45 std::optional<Dimension> left; member [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/ |
| H A D | side_bar_declaration.h | 26 double left = 16.0;
member 161 void SetLeft(double left)
in SetLeft() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_paint_method.cpp | 118 GetImageData( double left, double top, double width, double height) GetImageData() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_layout_util.cpp | 236 UpdateSafeAreaPadding(const RefPtr<LayoutProperty>& layoutProperty, const std::optional<CalcLength>& left, const std::optional<CalcLength>& right, const std::optional<CalcLength>& top, const std::optional<CalcLength>& bottom) UpdateSafeAreaPadding() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | render_single_child_scroll.cpp | 219 auto left = child->GetLeft().ConvertToPx(); in PerformLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
| H A D | linear_layout_utils.cpp | 200 auto left = padding.left.value_or(0); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | clip_path.cpp | 45 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left) in SetLength() argument 75 void Inset::SetRadius(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left, in SetRadius() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_calendar_picker_bridge.cpp | 153 struct ArkUISizeType left = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetCalendarPickerPadding() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | side_bar_container_model_impl.cpp | 117 void SideBarContainerModelImpl::SetControlButtonLeft(const Dimension& left) in SetControlButtonLeft() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | rect.h | 125 void SetLeft(double left) in SetLeft() argument 166 double left = std::clamp(x_, other.Left(), other.Right()); in Constrain() local 249 double left = std::max(Left(), other.Left()); in IntersectRect() local 258 double left = std::min(Left(), other.Left()); in CombineRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| H A D | size_t.h | 124 void MinusPadding(const std::optional<T>& left, const std::optional<T>& right, const std::optional<T>& top, in MinusPadding() argument 137 void MinusPaddingToNonNegative(const std::optional<T>& left, const std::optional<T>& right, in MinusPaddingToNonNegative() argument 150 void AddPadding(const std::optional<T>& left, const std::optional<T>& right, const std::optional<T>& top, in AddPadding() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/base/image/ |
| H A D | pixel_map.h | 68 Dimension left; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_button_ffi.cpp | 150 FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, int32_t bottomUnit, double left, int32_t leftUnit) FfiOHOSAceFrameworkButtonSetPadding() argument
|