/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | grid_container_info.h | 47 if (GreatOrEqual(gutterWidth.Value(), 0.0)) { in SetGutterWidth() 53 if (GreatOrEqual(marginLeft.Value(), 0.0)) { in SetMarginLeft() 59 if (GreatOrEqual(marginRight.Value(), 0.0)) { in SetMarginRight() 65 if (GreatOrEqual(paddingLeft.Value(), 0.0)) { in SetPaddingLeft() 71 if (GreatOrEqual(paddingRight.Value(), 0.0)) { in SetPaddingRight() 118 if (GreatOrEqual(gutterWidth.Value(), 0.0)) { in SetGutterWidth() 124 if (GreatOrEqual(marginLeft.Value(), 0.0)) { in SetMarginLeft() 130 if (GreatOrEqual(marginRight.Value(), 0.0)) { in SetMarginRight()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_rect_declaration.h | 93 if (GreatOrEqual(rx.Value(), 0.0)) { in SetRx() 101 if (GreatOrEqual(ry.Value(), 0.0)) { in SetRy() 109 if (GreatOrEqual(width.Value(), 0.0)) { in SetWidth() 117 if (GreatOrEqual(height.Value(), 0.0)) { in SetHeight()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_node.h | 67 if (GreatOrEqual(minDecoration, 0.0)) { in SetMinDecoration() 74 if (GreatOrEqual(maxDecoration, 0.0)) { in SetMaxDecoration() 81 if (GreatOrEqual(decoration, 0.0)) { in SetDecoration()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | alignment.cpp | 54 if (GreatOrEqual(parentSize.Width(), childSize.Width())) { in GetAlignPosition() 57 if (GreatOrEqual(parentSize.Height(), childSize.Height())) { in GetAlignPosition() 67 if (GreatOrEqual(parentSize.Width(), childSize.Width())) { in GetAlignPosition() 70 if (GreatOrEqual(parentSize.Height(), childSize.Height())) { in GetAlignPosition()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_effect.cpp | 83 GreatOrEqual(scaleFactor, SCALE_THRESHOLD) && in SetPaintDirection() 89 GreatOrEqual(scaleFactor, SCALE_THRESHOLD) && in SetPaintDirection() 95 GreatOrEqual(scaleFactor, SCALE_THRESHOLD) && in SetPaintDirection() 101 GreatOrEqual(scaleFactor, SCALE_THRESHOLD) && in SetPaintDirection()
|
/foundation/arkui/ace_engine/frameworks/core/components/divider/ |
H A D | render_divider.cpp | 51 constrainStrokeWidth_ = GreatOrEqual(constrainStrokeWidth_, constrainSize.Height()) ? constrainSize.Height() in PerformLayout() 59 GreatOrEqual(constrainStrokeWidth_, constrainSize.Width()) ? constrainSize.Width() : constrainStrokeWidth_; in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | rect_t.h | 185 return GreatOrEqual(point.GetX(), x_) && LessOrEqual(point.GetX(), x_ + width_) && in IsInRegion() 186 GreatOrEqual(point.GetY(), y_) && LessOrEqual(point.GetY(), y_ + height_); in IsInRegion() 197 return GreatOrEqual(Left(), other.Left()) && LessOrEqual(Right(), other.Right()) && in IsWrappedBy() 198 GreatOrEqual(Top(), other.Top()) && LessOrEqual(Bottom(), other.Bottom()); in IsWrappedBy() 321 return !(LessOrEqual(other.Right(), Left()) || GreatOrEqual(other.Left(), Right()) || in IsInnerIntersectWith() 322 LessOrEqual(other.Bottom(), Top()) || GreatOrEqual(other.Top(), Bottom())); in IsInnerIntersectWith() 327 return !(LessOrEqual(other.Right(), Left() + 1.0) || GreatOrEqual(other.Left() + 1.0, Right()) || in IsInnerIntersectWithRound() 328 LessOrEqual(other.Bottom(), Top() + 1.0) || GreatOrEqual(other.Top() + 1.0, Bottom())); in IsInnerIntersectWithRound() 486 if (LessNotEqual(pos, 0.0) || GreatOrEqual(pos, data_.size())) { in SetCorner() 494 if (LessNotEqual(pos, 0.0) || GreatOrEqual(po in GetCorner() [all...] |
H A D | offset_t.h | 148 return GreatOrEqual(x_, 0) && GreatOrEqual(y_, 0); in NonNegative()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 205 inline bool GreatOrEqual(double left, double right) in GreatOrEqual() function 240 return GreatOrEqual(value, 0); in NonNegative() 260 return GreatOrEqual(num, INF_APPROACH); in GreaterOrEqualToInfinity() 280 if (GreatOrEqual(gamma, 1.0)) { in CalculateFriction()
|
H A D | time_util.cpp | 125 bool isValid = GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT); in IsHoursWestValid() 140 return GreatOrEqual(timeOfNow.hour24_, DAY_TIME_LOWER_LIMIT) && in IsDayTime() 180 bool isValid = GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT); in HoursWestIsValid() 195 return GreatOrEqual(timeOfZone.hour24_, DAY_TIME_LOWER_LIMIT) && in IsDayTime()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_utils.h | 151 if (left.has_value() && GreatOrEqual(left.value().Value(), 0)) { in CalcIndicatrOffSetX() 154 } else if (right.has_value() && GreatOrEqual(right.value().Value(), 0)) { in CalcIndicatrOffSetX() 174 if (top.has_value() && GreatOrEqual(top.value().Value(), 0)) { in CalcIndicatrOffsetY() 177 } else if (bottom.has_value() && GreatOrEqual(bottom.value().Value(), 0)) { in CalcIndicatrOffsetY()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_utill.h | 64 } else if (GreatOrEqual(diameter, MODE_76.ConvertToPx())) { in GetRingStrokeWidth() 82 } else if (GreatOrEqual(diameter, MODE_76.ConvertToPx())) { in GetRingDarkRadius() 112 } else if (GreatOrEqual(diameter, MODE_76.ConvertToPx())) { in GetCometRadius()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 82 if (GreatOrEqual(component_->GetRx().Value(), 0.0)) { in AsPath() 90 if (GreatOrEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
|
H A D | svg_rect.cpp | 81 if (GreatOrEqual(component_->GetRx().Value(), 0.0)) { in AsPath() 89 if (GreatOrEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | row_model_ng.cpp | 34 if (GreatOrEqual(space->Value(), 0.0)) { in Create() 42 if (GreatOrEqual(space->Value(), 0.0)) { in SetSpace()
|
H A D | column_model_ng.cpp | 34 if (GreatOrEqual(space->Value(), 0.0)) { in Create() 42 if (GreatOrEqual(space->Value(), 0.0)) { in SetSpace()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_overscroll.cpp | 58 auto isBackZero = isSignDiff && GreatOrEqual(std::fabs(deltaScrollOffset_), std::fabs(overScroll_)); in ApplyCurrentOffset() 128 return GreatOrEqual(std::fabs(overScroll_), height_ / HALF_NUMBER);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_ellipse.cpp | 39 if (GreatOrEqual(ellipseAttr_.rx.Value(), 0.0)) { in AsPath() 47 if (GreatOrEqual(ellipseAttr_.ry.Value(), 0.0)) { in AsPath()
|
H A D | svg_rect.cpp | 36 if (GreatOrEqual(rectAttr_.rx.Value(), 0.0)) { in AsPath() 44 if (GreatOrEqual(rectAttr_.ry.Value(), 0.0)) { in AsPath()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 37 if (GreatOrEqual(client->GetMaxLength(), 0) && GreatOrEqual(prevLength, client->GetMaxLength())) { in InsertText() 42 if (GreatOrEqual(client->GetMaxLength(), 0) && in InsertText() 43 GreatOrEqual(prevLength + static_cast<int32_t>(text.length()), client->GetMaxLength())) { in InsertText()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_model_ng.cpp | 287 if (GreatOrEqual(space->Value(), 0.0)) { in SetMainSpace() 295 if (GreatOrEqual(space->Value(), 0.0)) { in SetCrossSpace() 303 if (GreatOrEqual(space->Value(), 0.0)) { in SetMainSpace() 311 if (GreatOrEqual(space->Value(), 0.0)) { in SetCrossSpace()
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | render_stack.cpp | 235 if (GreatOrEqual(size.Width(), childSize.Width())) { in GetNonPositionedChildOffset() 238 if (GreatOrEqual(size.Height(), childSize.Height())) { in GetNonPositionedChildOffset() 243 if (GreatOrEqual(childSize.Width(), size.Width())) { in GetNonPositionedChildOffset() 246 if (GreatOrEqual(childSize.Height(), size.Height())) { in GetNonPositionedChildOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 239 return GreatOrEqual(currentOffset_, 0.0); in IsAtTop() 267 auto endRefences = GreatOrEqual(scrollableDistance_, 0.0f) ? -scrollableDistance_ : 0; in GetOverScrollOffset() 467 bool scrollUpToReachTop = LessNotEqual(lastOffset_, 0.0) && GreatOrEqual(currentOffset_, 0.0); in IsCrashTop() 476 bool scrollUpToReachEnd = LessNotEqual(lastOffset_, minExtent) && GreatOrEqual(currentOffset_, minExtent); in IsCrashBottom() 482 bool scrollUpToReachTop = (LessNotEqual(prevOffset_, 0.0) || firstLayout) && GreatOrEqual(currentOffset_, 0.0); in ReachStart() 492 bool scrollUpToReachEnd = LessNotEqual(prevOffset_, minExtent) && GreatOrEqual(currentOffset_, minExtent); in ReachEnd() 641 if (!NearEqual(currentOffset_, setPosition) && GreatOrEqual(scrollableDistance_, 0.0f)) { in DoJump() 840 if (GreatOrEqual(finalPosition, head) || LessOrEqual(finalPosition, tail)) { 842 } else if (LessNotEqual(finalPosition, head) && GreatOrEqual(finalPosition, *(snapOffsets_.begin()))) { 851 if (GreatOrEqual(finalPositio [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | refresh_component.h | 59 if (GreatOrEqual(indicatorOffset.Value(), 0.0)) { in SetIndicatorOffset() 181 if (GreatOrEqual(refreshDistance.Value(), 0.0)) { in SetRefreshDistance()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_ellipse.cpp | 126 if (GreatOrEqual(rx_.Value(), 0.0)) { in GetPath() 134 if (GreatOrEqual(ry_.Value(), 0.0)) { in GetPath()
|