Home
last modified time | relevance | path

Searched refs:GreatOrEqual (Results 1 - 25 of 242) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_container_info.h47 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 Dsvg_rect_declaration.h93 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 Dspring_node.h67 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 Dalignment.cpp54 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 Dscroll_fade_effect.cpp83 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 Drender_divider.cpp51 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 Drect_t.h185 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 Doffset_t.h148 return GreatOrEqual(x_, 0) && GreatOrEqual(y_, 0); in NonNegative()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h205 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 Dtime_util.cpp125 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 Dswiper_indicator_utils.h151 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 Dloading_progress_utill.h64 } 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 Dsvg_ellipse.cpp82 if (GreatOrEqual(component_->GetRx().Value(), 0.0)) { in AsPath()
90 if (GreatOrEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
H A Dsvg_rect.cpp81 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 Drow_model_ng.cpp34 if (GreatOrEqual(space->Value(), 0.0)) { in Create()
42 if (GreatOrEqual(space->Value(), 0.0)) { in SetSpace()
H A Dcolumn_model_ng.cpp34 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 Dtextpicker_overscroll.cpp58 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 Dsvg_ellipse.cpp39 if (GreatOrEqual(ellipseAttr_.rx.Value(), 0.0)) { in AsPath()
47 if (GreatOrEqual(ellipseAttr_.ry.Value(), 0.0)) { in AsPath()
H A Dsvg_rect.cpp36 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 Don_text_changed_listener_impl.cpp37 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 Dflex_model_ng.cpp287 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 Drender_stack.cpp235 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 Dscroll_pattern.cpp239 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 Drefresh_component.h59 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 Drosen_render_svg_ellipse.cpp126 if (GreatOrEqual(rx_.Value(), 0.0)) { in GetPath()
134 if (GreatOrEqual(ry_.Value(), 0.0)) { in GetPath()

Completed in 14 milliseconds

12345678910