Home
last modified time | relevance | path

Searched defs:focusPoint (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dclick_recognizer.cpp276 Offset focusPoint = sumOfPoints / touchPoints_.size(); in ComputeFocusPoint() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp335 …_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focusPoint) in OH_CaptureSession_SetFocusPoint()
343 …ErrorCode OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point* focusPoint) in OH_CaptureSession_GetFocusPoint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dclick_recognizer_test_ng.cpp170 auto focusPoint = clickRecognizer.ComputeFocusPoint(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.cpp426 Offset focusPoint = sumOfPoints / count; in ComputeFocusPoint() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp408 Camera_ErrorCode Camera_CaptureSession::SetFocusPoint(Camera_Point focusPoint) in SetFocusPoint()
426 Camera_ErrorCode Camera_CaptureSession::GetFocusPoint(Camera_Point* focusPoint) in GetFocusPoint()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp187 Point focusPoint; in TestFocus() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp719 Camera_Point focusPoint; in IsFocusPoint() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp915 Point focusPoint = { 1, 2 }; in SetCameraParameters() local
4781 Point focusPoint = camSession->GetFocusPoint(); variable
6819 Point focusPoint = camSession->GetFocusPoint(); variable
7578 Point focusPoint; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2108 int32_t CaptureSession::SetFocusPoint(Point focusPoint) in SetFocusPoint()
2196 Point focusPoint = { 0, 0 }; in GetFocusPoint() local
2201 int32_t CaptureSession::GetFocusPoint(Point& focusPoint) in GetFocusPoint()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp2105 Point focusPoint; in SetFocusPoint() local
2137 Point focusPoint; in GetFocusPoint() local