Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:focusPoint
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H
A
D
click_recognizer_test_ng.cpp
170
auto
focusPoint
= clickRecognizer.ComputeFocusPoint();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
click_recognizer.cpp
276
Offset
focusPoint
= sumOfPoints / touchPoints_.size();
in ComputeFocusPoint()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H
A
D
click_recognizer.cpp
418
Offset
focusPoint
= sumOfPoints / count;
in ComputeFocusPoint()
local
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H
A
D
capture_session_fuzzer.cpp
187
Point
focusPoint
;
in TestFocus()
local
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H
A
D
capture_session.cpp
284
Camera_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point
focusPoint
)
in OH_CaptureSession_SetFocusPoint()
argument
292
Camera_ErrorCode OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point*
focusPoint
)
in OH_CaptureSession_GetFocusPoint()
argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
capture_session_impl.cpp
405
Camera_ErrorCode Camera_CaptureSession::SetFocusPoint(Camera_Point
focusPoint
)
in SetFocusPoint()
argument
423
Camera_ErrorCode Camera_CaptureSession::GetFocusPoint(Camera_Point*
focusPoint
)
in GetFocusPoint()
argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H
A
D
camera_manager.cpp
719
Camera_Point
focusPoint
;
in IsFocusPoint()
local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H
A
D
camera_session_napi.cpp
2097
Point
focusPoint
;
in SetFocusPoint()
local
2129
Point
focusPoint
;
in GetFocusPoint()
local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
capture_session.cpp
2035
int32_t CaptureSession::SetFocusPoint(Point
focusPoint
)
in SetFocusPoint()
argument
2116
Point
focusPoint
= { 0, 0 };
in GetFocusPoint()
local
2121
int32_t CaptureSession::GetFocusPoint(Point&
focusPoint
)
in GetFocusPoint()
argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
960
Point
focusPoint
= { 1, 2 };
in SetCameraParameters()
local
4864
Point
focusPoint
= camSession->GetFocusPoint();
in HWTEST_F()
local
6912
Point
focusPoint
= camSession->GetFocusPoint();
HWTEST_F()
local
7673
Point
focusPoint
;
HWTEST_F()
local
[all...]
Completed in 32 milliseconds