Home
last modified time | relevance | path

Searched refs:LessNotEqual (Results 1 - 25 of 270) sorted by relevance

1234567891011

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_utils.cpp24 svgContentSize.SetWidth(LessNotEqual(svgSize.Width(), 0.0) ? svgContainerSize.Width() : svgSize.Width()); in CalculateSvgConentSize()
25 svgContentSize.SetHeight(LessNotEqual(svgSize.Height(), 0.0) ? svgContainerSize.Height() : svgSize.Height()); in CalculateSvgConentSize()
28 if (LessNotEqual(svgSize.Width(), 0.0) && LessNotEqual(svgSize.Height(), 0.0)) { in CalculateSvgConentSize()
33 if (LessNotEqual(svgSize.Width(), 0.0)) { in CalculateSvgConentSize()
38 if (LessNotEqual(svgSize.Height(), 0.0)) { in CalculateSvgConentSize()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.cpp34 if (LessNotEqual(columnsGap.Value(), 0.0)) { in SetColumnsGap()
44 if (LessNotEqual(rowsGap.Value(), 0.0)) { in SetRowsGap()
93 if (LessNotEqual(minWidth.Value(), 0.0)) { in SetMinWidth()
103 if (LessNotEqual(minHeight.Value(), 0.0)) { in SetMinHeight()
113 if (LessNotEqual(maxWidth.Value(), 0.0)) { in SetMaxWidth()
123 if (LessNotEqual(maxHeight.Value(), 0.0)) { in SetMaxHeight()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_counter_ffi.cpp33 if (LessNotEqual(dValue.Value(), 0.0)) { in FfiOHOSAceFrameworkCounterSetWidth()
42 if (LessNotEqual(dValue.Value(), 0.0)) { in FfiOHOSAceFrameworkCounterSetHeight()
57 if (LessNotEqual(dValue.Value(), 0.0)) { in FfiOHOSAceFrameworkCounterSetControlWidth()
H A Dcj_stack_ffi.cpp84 if (LessNotEqual(width.Value(), 0.0)) { in FfiOHOSAceFrameworkStackSetWidth()
95 if (LessNotEqual(height.Value(), 0.0)) { in FfiOHOSAceFrameworkStackSetHeight()
107 if (LessNotEqual(widthDime.Value(), 0.0)) { in FfiOHOSAceFrameworkStackSetSize()
110 if (LessNotEqual(heightDime.Value(), 0.0)) { in FfiOHOSAceFrameworkStackSetSize()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.h65 return !NearZero(dy) && LessNotEqual(dy, 0.0) && LessNotEqual(-positionY_.value, scrollableHeight_); in NeedHidden()
70 bool canExpand = GreatNotEqual(dy, 0.0) && LessNotEqual(positionY_.value, positionY_.bigger); in NeedShow()
71 bool needRestore = LessNotEqual(dy, 0.0) && GreatNotEqual(positionY_.value, positionY_.expand); in NeedShow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp60 if (LessNotEqual(userItemWidth, 0.0) ||LessNotEqual(userItemHeight, 0.0) || in Measure()
61 LessNotEqual(userSelectedItemWidth, 0.0) || LessNotEqual(userSelectedItemHeight, 0.0)) { in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_abstract_model_ng.cpp99 if (LessNotEqual(width.Value(), 0.0)) { in SetWidth()
107 if (LessNotEqual(height.Value(), 0.0)) { in SetHeight()
115 if (LessNotEqual(width.Value(), 0.0)) { in SetWidth()
123 if (LessNotEqual(height.Value(), 0.0)) { in SetHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_svg.cpp60 RSRect clipRect(0.0f, 0.0f, LessNotEqual(svgSize.Width(), 0.0) ? viewPort.Width() : svgSize.Width(), in AdjustContentAreaByViewBox()
61 LessNotEqual(svgSize.Height(), 0.0) ? viewPort.Height() : svgSize.Height()); in AdjustContentAreaByViewBox()
65 if (LessNotEqual(svgSize.Width(), 0.0) && LessNotEqual(svgSize.Height(), 0.0)) { in AdjustContentAreaByViewBox()
76 if (LessNotEqual(svgSize.Width(), 0.0)) { in AdjustContentAreaByViewBox()
84 if (LessNotEqual(svgSize.Height(), 0.0)) { in AdjustContentAreaByViewBox()
H A Dsvg_fe_gaussian_blur.cpp64 attr.stdDeviationX = LessNotEqual(vectorRes[0], 0.0f) ? 0.0f : vectorRes[0]; in ParseAndSetSpecializedAttr()
66 attr.stdDeviationY = LessNotEqual(deviationY, 0.0f) ? 0.0f : deviationY; in ParseAndSetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_plugin_bridge.cpp36 if (LessNotEqual(width.Value(), 0.0)) { in SetSize()
39 if (LessNotEqual(height.Value(), 0.0)) { in SetSize()
60 if (LessNotEqual(width.Value(), 0.0)) { in SetWidth()
81 if (LessNotEqual(height.Value(), 0.0)) { in SetHeight()
H A Darkts_native_list_item_group_bridge.cpp60 LessNotEqual(dividerStrokeWidth.Value(), 0.0f) || dividerStrokeWidth.Unit() == DimensionUnit::PERCENT) { in SetDivider()
71 LessNotEqual(dividerStartMargin.Value(), 0.0f) || dividerStartMargin.Unit() == DimensionUnit::PERCENT) { in SetDivider()
75 LessNotEqual(dividerEndMargin.Value(), 0.0f) || dividerEndMargin.Unit() == DimensionUnit::PERCENT) { in SetDivider()
137 if (spaceArg->IsObject(vm) || !ArkTSUtils::ParseJsDouble(vm, spaceArg, space) || LessNotEqual(space, 0.0)) { in SetListItemGroupInitialize()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h43 if (LessNotEqual(value, 0.0)) { in Set()
99 if (LessNotEqual(value, 0.0)) { in Set()
130 if (LessNotEqual(value.Value(), 0.0)) { in Set()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.cpp57 auto isSignDiff = LessNotEqual(deltaScrollOffset_ * overScroll_, 0.0); in ApplyCurrentOffset()
85 auto isUp = LessNotEqual(overScroll_, 0.0) || (LessNotEqual(scrollDelta, 0.0) && NearZero(overScroll_)); in CanOverScroll()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp216 if (LessNotEqual(y, 0)) { in PerformLayout()
348 InnerHandleScroll(LessNotEqual(event.GetDelta().GetY(), 0.0)); in HandleDragMove()
374 if (!CanMove(LessNotEqual(dragDelta, 0))) { in UpdatePositionY()
378 if (LessNotEqual(0.0 - jumpInterval_.Value(), dragDelta) && LessNotEqual(dragDelta, jumpInterval_.Value())) { in UpdatePositionY()
383 InnerHandleScroll(LessNotEqual(dragDelta, 0.0)); in UpdatePositionY()
384 double jumpDelta = (LessNotEqual(dragDelta, 0.0) ? jumpInterval_.Value() : 0.0 - jumpInterval_.Value()); in UpdatePositionY()
606 if (LessNotEqual(scrollDelta_, 0.0)) { in HandleCurveStopped()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp103 if (LessNotEqual(result, crossMainHeight)) { in GetMaxMainHeight()
198 if (LessNotEqual(lastOffset + currentOffset_, mainSize)) { in IsAllCrossReachEnd()
225 if (LessNotEqual(lastOffset, minHeight)) { in GetCrossIndexForNextItem()
331 auto scrollUpToReachTop = (LessNotEqual(prevOffset, 0.0) || firstLayout) && GreatOrEqual(currentOffset_, 0.0); in ReachStart()
344 auto scrollUpToReachEnd = LessNotEqual(prevOffset, minOffset) && GreatOrEqual(currentOffset_, minOffset); in ReachEnd()
355 [](float value, const std::pair<float, int32_t>& info) { return LessNotEqual(value, info.first); }); in FastSolveStartIndex()
370 [](const ItemInfo& info, float value) { return LessNotEqual(info.mainOffset, value); }); in FastSolveEndIndex()
387 if (endPosArray_.empty() || LessNotEqual(endPosArray_.back().first, pos.startMainPos + height)) { in RecordItem()
571 bool outOfEnd = offsetEnd_ && LessNotEqual(currentOffset_ + maxHeight_, lastMainSize_); in OutOfBounds()
573 if (LessNotEqual(maxHeight in OutOfBounds()
[all...]
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.cpp131 bool isSpecialTimeZone = LessNotEqual(hoursWest, HOURS_WEST_GEOGRAPHICAL_LOWER_LIMIT); in IsHoursWestValid()
141 LessNotEqual(timeOfNow.hour24_, DAY_TIME_UPPER_LIMIT); in IsDayTime()
186 bool isSpecialTimeZone = LessNotEqual(hoursWest, HOURS_WEST_GEOGRAPHICAL_LOWER_LIMIT); in HoursWestIsValid()
196 LessNotEqual(timeOfZone.hour24_, DAY_TIME_UPPER_LIMIT); in IsDayTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp25 if (LessNotEqual(maxFontSize, minFontSize) || LessOrEqual(minFontSize, 0.0)) { in AdaptMaxFontSize()
61 fontSize = LessNotEqual(fontSize, minFontSize) ? minFontSize : fontSize; in AdaptMaxFontSize()
73 if (LessNotEqual(maxFontSize, minFontSize) || LessOrEqual(minFontSize, 0.0)) { in AdaptMinFontSize()
140 if (LessNotEqual(maxFontSize, minFontSize) || LessOrEqual(minFontSize, 0.0)) { in IsNeedAdaptFontSize()
H A Dmultiple_click_recognizer.cpp62 if (GreatOrEqual(timeout.count(), minIntervalTime_) && LessNotEqual(timeout.count(), maxIntervalTime_) && in IsValidClick()
63 LessNotEqual(deltaDistance, maxDeltaDistance_.ConvertToPx())) { in IsValidClick()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp66 if (LessNotEqual(idealSize.Width(), idealSize.Height())) { in MeasureContent()
68 } else if (LessNotEqual(idealSize.Height(), idealSize.Width())) { in MeasureContent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator.cpp158 if (LessNotEqual(spaceDimension.Value(), 0.0f) || spaceDimension.Unit() == DimensionUnit::PERCENT) { in SetSpace()
175 if (LessNotEqual(strokeWidthDimension.Value(), 0.0f) || strokeWidthDimension.Unit() == DimensionUnit::PERCENT) { in SetStrokeWidth()
194 if (LessNotEqual(strokeRadiusDimension.Value(), 0.0f) || strokeRadiusDimension.Unit() == DimensionUnit::PERCENT) { in SetStrokeRadius()
244 if (LessNotEqual(value.Value(), 0.0)) { in JsHeight()
271 if (!commonCalcDimension.left.has_value() || LessNotEqual(commonCalcDimension.left.value().Value(), 0.0)) { in JsPadding()
274 if (!commonCalcDimension.right.has_value() || LessNotEqual(commonCalcDimension.right.value().Value(), 0.0)) { in JsPadding()
282 if (ParseJsDimensionVp(jsVal, length) && (!LessNotEqual(length.Value(), 0.0))) { in JsPadding()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h191 return GreatNotEqual(point.GetX(), x_) && LessNotEqual(point.GetX(), x_ + width_) && in IsInnerRegion()
192 GreatNotEqual(point.GetY(), y_) && LessNotEqual(point.GetY(), y_ + height_); in IsInnerRegion()
315 return !(LessNotEqual(other.Right(), Left()) || GreatNotEqual(other.Left(), Right()) || in IsIntersectWith()
316 LessNotEqual(other.Bottom(), Top()) || GreatNotEqual(other.Top(), Bottom())); in IsIntersectWith()
356 if (LessNotEqual(Left(), magnet.Left())) { in MagneticAttractedBy()
364 if (LessNotEqual(Top(), magnet.Top())) { in MagneticAttractedBy()
486 if (LessNotEqual(pos, 0.0) || GreatOrEqual(pos, data_.size())) { in SetCorner()
494 if (LessNotEqual(pos, 0.0) || GreatOrEqual(pos, data_.size())) { in GetCorner()
H A Doffset_t.h153 return LessNotEqual(x_, 0) && LessNotEqual(y_, 0); in IsNegative()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_view_ng.cpp79 if (LessNotEqual(height.Value(), 0.0)) { in SetRenderHeight()
88 if (LessNotEqual(width.Value(), 0.0)) { in SetRenderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp115 if (LessNotEqual(width.Value(), 0.0)) { in SetWidth()
127 if (LessNotEqual(height.Value(), 0.0)) { in SetHeight()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_capsule_track.cpp94 if (LessNotEqual(progressWidth, radius)) { in DrawCapsuleProgressAnimation()
117 if (LessNotEqual(progressWidth, radius)) { in DrawCapsuleProgressAnimation()
162 if (LessNotEqual(progressWidth, radius)) { in DrawCapsuleProgressVerticalAnimation()
186 if (LessNotEqual(progressWidth, radius)) { in DrawCapsuleProgressVerticalAnimation()

Completed in 11 milliseconds

1234567891011