Home
last modified time | relevance | path

Searched defs:NEAR_ZERO (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.h67 static constexpr double NEAR_ZERO = 0.1; member in OHOS::Ace::SpringMotion
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.h25 #define NEAR_ZERO(value) ((value > 0.0) ? ((value - 0.0) <= 0.000001f) : ((0.0 - value) <= 0.000001f)) macro
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h139 constexpr static float NEAR_ZERO = 0.001f; member in OHOS::OHOS::Rosen::MoveDragController

Completed in 3 milliseconds