Searched refs:InRegion (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/ |
H A D | render_clock.cpp | 117 …digitSizeRatio_ = InRegion(EPSILON, DIGIT_SIZE_RATIO_UPPER_BOUND, inputDigitSizeRatio) ? inputDigi… in Update() 120 digitRadiusRatio_ = InRegion(EPSILON, DIGIT_RADIUS_RATIO_UPPER_BOUND, inputDigitRadiusRatio) in Update()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1898 if (!InRegion(NUM_0, NUM_3, item->value[NUM_0].i32)) { in SetClipShape() 2837 …if (!InRegion(NUM_0, NUM_29, item->value[NUM_0].i32) || !InRegion(NUM_0, NUM_1, item->value[NUM_1]… in SetBlendMode() 5059 …!InRegion(NUM_0, NUM_1, item->value[NUM_1].i32) || !InRegion(NUM_0, NUM_1, item->value[NUM_2].i32)… in SetScrollScrollSnap() 6791 if (!InRegion(NUM_0, NUM_1, item->value[0].i32)) { in SetSwiperLoop() 6818 if (!InRegion(NUM_0, NUM_1, item->value[0].i32)) { in SetSwiperAutoPlay() 6844 if (!InRegion(NUM_0, NUM_1, item->value[0].i32)) { in SetSwiperShowIndicator() 6908 if (!InRegion(NUM_0, NUM_1, item->value[0].i32)) { in SetSwiperVertical() 7071 if (!InRegion(NUM_0, NUM_1, item->value[0].i32)) { in SetSwiperDisableSwipe() 7098 if (!InRegion(NUM_0, NUM_2, item->value[NUM_0].i32)) { in SetSwiperShowDisplayArrow() 7938 if (!InRegion(NUM_0, NUM_23, hour) || !InRegion(NUM_0, NUM_59, minute)) { in SetTimePickerSelected() [all …]
|
H A D | node_model.cpp | 634 if (!InRegion(static_cast<int32_t>(ARKUI_LENGTH_METRIC_UNIT_DEFAULT), in SetLengthMetricUnit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 248 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 808 if (InRegion(-threshold, threshold, accumulatedRotationValue_)) { in HandleRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 1700 if (InRegion(offsetX, maxX, point.x) && InRegion(offsetY, maxY, point.y)) { in IsPointInBox()
|