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:newY
(Results
1 - 5
of
5
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_mouse_autoclick.cpp
153
int32_t
newY
= item.GetDisplayY();
in IsMouseMovement()
local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
91
float
newY
= paintOffset.GetY();
in Paint()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
pixel_yuv_utils.cpp
987
int32_t
newY
= y + xyAxis.yAxis;
in Yuv420SPTranslate()
local
999
int32_t
newY
= (y + xyAxis.yAxis / EVEN);
in Yuv420SPTranslate()
local
1017
int32_t
newY
= y + xyAxis.yAxis;
in P010Translate()
local
1029
int32_t
newY
= y + GetUVHeight(xyAxis.yAxis);
in P010Translate()
local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
995
int16_t
newY
= static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
in SetYPercent()
local
1018
int16_t
newY
= static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
in SetPositionPercent()
local
1037
int16_t
newY
= static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
in SetPositionPercent()
local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
render_list.cpp
2667
double
newY
= vertical_ ? newEvent.GetGlobalPoint().GetY() - selectedItemSize.Height()
in CalculateInsertIndex()
local
Completed in 10 milliseconds