Searched refs:InRegion (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/clock/ |
H A D | render_clock.cpp | 117 digitSizeRatio_ = InRegion(EPSILON, DIGIT_SIZE_RATIO_UPPER_BOUND, inputDigitSizeRatio) ? inputDigitSizeRatio in Update() 120 digitRadiusRatio_ = InRegion(EPSILON, DIGIT_RADIUS_RATIO_UPPER_BOUND, inputDigitRadiusRatio) in Update()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 253 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion() function
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1258 if (actualSize < 0 || !InRegion(NUM_0, DEFAULT_SIZE_50, item->value[NUM_0].f32)) { in SetSaturate() 1393 if (actualSize < 0 || !InRegion(NUM_0, NUM_8, item->value[0].i32)) { in SetAlign() 1884 if (!InRegion(NUM_0, NUM_3, item->value[NUM_0].i32)) { in SetClipShape() 2097 if (!InRegion(NUM_0, NUM_1, item->value[NUM_4].i32)) { in SetCustomShadow() 2104 if (!InRegion(NUM_0, NUM_2, item->value[NUM_5].i32)) { in SetCustomShadow() 2824 if (!InRegion(NUM_0, NUM_29, item->value[NUM_0].i32) || !InRegion(NUM_0, NUM_1, item->value[NUM_1].i32)) { in SetBlendMode() 4079 if (actualSize < 0 || !InRegion(NUM_0, NUM_1, item->value[NUM_0].i32)) { in SetShowUnderline() 4284 if (actualSize < 0 || !InRegion(NUM_0, NUM_1, item->value[NUM_0].i32)) { in SetEnableKeyboardOnFocus() 4366 if (actualSize < 0 || !InRegion(NUM_ in SetShowPasswordIcon() [all...] |
H A D | node_model.cpp | 580 if (!InRegion(static_cast<int32_t>(ARKUI_LENGTH_METRIC_UNIT_DEFAULT), in SetLengthMetricUnit()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 808 if (InRegion(-threshold, threshold, accumulatedRotationValue_)) { in HandleRotate()
|
/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()
|
Completed in 25 milliseconds