Searched refs:offsetPos (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 125 int32_t offsetPos = std::ceil(tmpTimeMs * (endPos - begPos)); in NextPos() local 127 if (offsetPos == 0) { in NextPos() 129 } else if (offsetPos > 0) { in NextPos() 130 if (!AddInt32(begPos, offsetPos, retPos)) { in NextPos() 135 if (!AddInt32(begPos, offsetPos, retPos)) { in NextPos()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 895 auto offsetPos = OffsetF(0.0f, 0.0f);
in HWTEST_F() local 901 curPlaceStates, 1, childSize, topPosition, bottomPosition, offsetPos);
in HWTEST_F() 908 curPlaceStates, 1, childSize, topPosition, bottomPosition, offsetPos);
in HWTEST_F()
|
H A D | bubble_test_ng.cpp | 2157 auto offsetPos = OffsetF(ZERO, ZERO); in HWTEST_F() local 2160 curPlaceStates, 1, childSize, topPosition, bottomPosition, offsetPos); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 1015 float offsetPos = isRtl ? contentMainSize_ - pos.second.endPos : pos.second.startPos; in LayoutItem() local 1016 offset += OffsetF(offsetPos, crossOffset); in LayoutItem()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1049 const Math::Vec3 offsetPos = pos + normal * clipPlaneOffset; in CalculateCameraSpaceClipPlane() local 1050 const Math::Vec3 cpos = Math::MultiplyPoint3X4(view, offsetPos); in CalculateCameraSpaceClipPlane()
|
Completed in 19 milliseconds