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:deltaY_
(Results
1 - 1
of
1
) sorted by relevance
/test/testfwk/arkxtest/uitest/record/
H
A
D
offset.h
30
Offset(double deltaX, double deltaY) : deltaX_(deltaX),
deltaY_
(deltaY) {}
in Offset()
31
Offset(Point p1, Point p2) : deltaX_(p2.px_-p1.px_),
deltaY_
(p2.py_-p1.py_) {}
in Offset()
36
deltaY_
= 0.0;
in Resets()
66
return
deltaY_
;
in GetY()
71
return std::sqrt((deltaX_ * deltaX_) + (
deltaY_
*
deltaY_
));
in GetDistance()
76
return Offset(deltaX_ + offset.deltaX_,
deltaY_
+ offset.
deltaY_
);
in operator +()
81
return Offset(deltaX_ + size.Width(),
deltaY_
+ size.Height());
in operator +()
86
return Offset(deltaX_ - offset.deltaX_,
deltaY_
in operator -()
134
ss << "Offset (" << std::fixed << std::setprecision(TWO) << deltaX_ << ", " <<
deltaY_
<< ")";
ToString()
local
146
double
deltaY_
= 0.0;
global()
member in OHOS::uitest::Offset
[all...]
Completed in 3 milliseconds