Home
last modified time | relevance | path

Searched refs:offsetPos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp125 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 Dswiper_layout_algorithm.cpp1008 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 Dbubble_test_ng.cpp2157 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 Drender_system.cpp1049 const Math::Vec3 offsetPos = pos + normal * clipPlaneOffset; in CalculateCameraSpaceClipPlane() local
1050 const Math::Vec3 cpos = Math::MultiplyPoint3X4(view, offsetPos); in CalculateCameraSpaceClipPlane()