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
refs:absY
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
graphic_math.cpp
103
int16_t
absY
= MATH_ABS(y);
in FastAtan2()
local
107
if (absX <=
absY
) {
in FastAtan2()
108
t = static_cast<float>(absX) /
absY
;
in FastAtan2()
112
t = static_cast<float>(
absY
) / absX;
in FastAtan2()
134
float
absY
= MATH_ABS(y);
in FastAtan2F()
local
135
if (
absY
< UI_FLT_EPSILON && absX < UI_FLT_EPSILON) {
in FastAtan2F()
141
if (absX <=
absY
) {
in FastAtan2F()
142
t = absX /
absY
;
in FastAtan2F()
146
t = (
absY
) / absX;
in FastAtan2F()
/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputkit_fuzzer/
H
A
D
distributed_input_kit_fuzzer.cpp
179
uint32_t
absY
= *(reinterpret_cast<const uint32_t*>(data));
in IsTouchEventNeedFilterOutFuzzTest()
local
182
event.
absY
=
absY
;
in IsTouchEventNeedFilterOutFuzzTest()
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/mock/
H
A
D
mock_distributed_input_client.cpp
204
&& (event.
absY
>= info.sinkWinPhyY) && (event.
absY
<= (info.sinkWinPhyY + info.sinkProjPhyHeight))) {
in IsTouchEventNeedFilterOut()
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H
A
D
distributed_input_inner_test.cpp
433
event.
absY
= 100;
in HWTEST_F()
438
event.
absY
= 150;
in HWTEST_F()
443
event.
absY
= 20;
in HWTEST_F()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
constants_dinput.h
242
uint32_t
absY
;
member
H
A
D
input_hub.h
73
uint32_t
absY
;
member
H
A
D
input_hub.cpp
1452
.
absY
= 0,
in HandleTouchScreenEvent()
1467
absInfo.
absY
= static_cast<uint32_t>(iev.value);
in HandleTouchScreenEvent()
1493
&& (absInfo.
absY
>= info.sinkWinPhyY) && (absInfo.
absY
<= (info.sinkWinPhyY + info.sinkProjPhyHeight))) {
in CheckTouchPointRegion()
1496
readBuffer[absInfo.absYIndex].value = (absInfo.
absY
- info.sinkWinPhyY) * info.coeffHeight;
in CheckTouchPointRegion()
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H
A
D
distributed_input_client.cpp
587
&& (event.
absY
>= info.sinkWinPhyY) && (event.
absY
<= (info.sinkWinPhyY + info.sinkProjPhyHeight))) {
in IsTouchEventNeedFilterOut()
Completed in 9 milliseconds