Searched refs:offsetPos (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 1008 float offsetPos = isRtl ? contentMainSize_ - pos.second.endPos : pos.second.startPos; in LayoutItem() local 1009 offset += OffsetF(offsetPos, crossOffset); in LayoutItem()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 2157 auto offsetPos = OffsetF(ZERO, ZERO); variable 2160 curPlaceStates, 1, childSize, topPosition, bottomPosition, offsetPos);
|
/ohos5.0/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()
|