Home
last modified time | relevance | path

Searched defs:left (Results 551 - 575 of 1651) sorted by relevance

1...<<21222324252627282930>>...67

/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h156 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 Dsec_comp_info.h44 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 Dsim_utils.cpp165 int left = 0; in Gsm7bitConvertToString() local
[all...]
/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.h156 BinaryExpression(ExpressionAction action, UScriptExpression *left, UScriptExpression *right) in BinaryExpression() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h71 double left = TEN_MILLIMETER_TO_INCH; member
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp158 int left = 0; in TrimDot() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drosen_render_picker_base.cpp38 double left = offset.GetX() + pickerColumn->GetPosition().GetX() - pickerColumn->GetXOffset(); in GetOptionsRect() local
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp138 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 Dindexer_layout_algorithm.cpp92 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 Dimage_animator_declaration.h35 CalcDimension left; member
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h123 void SetLeft(const Dimension& left) in SetLeft() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp123 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 Dposition_param.h35 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 Dside_bar_declaration.h26 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 Doffscreen_canvas_paint_method.cpp118 GetImageData( double left, double top, double width, double height) GetImageData() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_util.cpp236 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 Drender_single_child_scroll.cpp219 auto left = child->GetLeft().ConvertToPx(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp200 auto left = padding.left.value_or(0); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp45 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 Darkts_native_calendar_picker_bridge.cpp153 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 Dside_bar_container_model_impl.cpp117 void SideBarContainerModelImpl::SetControlButtonLeft(const Dimension& left) in SetControlButtonLeft() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h125 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 Dsize_t.h124 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 Dpixel_map.h68 Dimension left; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp150 FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, int32_t bottomUnit, double left, int32_t leftUnit) FfiOHOSAceFrameworkButtonSetPadding() argument

Completed in 16 milliseconds

1...<<21222324252627282930>>...67