Home
last modified time | relevance | path

Searched refs:GetAngleCos (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp501 float TouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::TouchGuider
553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept()
556 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp501 float MockTouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::MockTouchGuider
553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept()
556 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp843 float GetAttributeValueTest::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::A11y::GetAttributeValueTest
920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept()
923 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp843 float TouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::TouchGuider
920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept()
923 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h371 float GetAngleCos(float offsetX, float offsetY, bool isGetX);

Completed in 7 milliseconds