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:newY
(Results
1 - 5
of
5
) sorted by relevance
/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
988
dst = dstY +
newY
* static_cast<int32_t>(strides.yStride) + static_cast<int32_t>(xyAxis.xAxis);
in Yuv420SPTranslate()
999
int32_t
newY
= (y + xyAxis.yAxis / EVEN);
in Yuv420SPTranslate()
local
1000
dst = dstUV+
newY
* static_cast<int32_t>(strides.uvStride) + xOffset;
in Yuv420SPTranslate()
1017
int32_t
newY
= y + xyAxis.yAxis;
in P010Translate()
local
1018
if (newX >= 0 &&
newY
>= 0 && newX < static_cast<int32_t>(info.size.width + xyAxis.xAxis) &&
in P010Translate()
1019
newY
< static_cast<int32_t>(info.size.height + xyAxis.yAxis)) {
in P010Translate()
1020
*(dstY +
newY
* static_cast<int32_t>(strides.yStride) + newX) =
in P010Translate()
1029
int32_t
newY
= y + GetUVHeight(xyAxis.yAxis);
in P010Translate()
local
1030
if (newX >= 0 && newX < GetUVStride(strides.yStride + xyAxis.xAxis) &&
newY
>
in P010Translate()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_mouse_autoclick.cpp
153
int32_t
newY
= item.GetDisplayY();
in IsMouseMovement()
local
159
if ((newX != oldX) || (
newY
!= oldY)) {
in IsMouseMovement()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
91
float
newY
= paintOffset.GetY();
in Paint()
local
98
newY
= offset.GetY() + (GetLayoutSize().Height() - textRealHeight) -
in Paint()
102
newY
= offset.GetY() - NormalizeToPx(textStyle_.GetBaselineOffset()) +
in Paint()
136
paragraph_->Paint(canvas, newX,
newY
);
in Paint()
/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
996
SetY(
newY
);
in SetYPercent()
1018
int16_t
newY
= static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
in SetPositionPercent()
local
1019
SetPosition(newX,
newY
);
in SetPositionPercent()
1037
int16_t
newY
= static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
in SetPositionPercent()
local
1040
SetPosition(newX,
newY
, newWidth, newHeight);
in SetPositionPercent()
/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
2669
newEvent.SetGlobalPoint(Point(newX,
newY
));
in CalculateInsertIndex()
Completed in 10 milliseconds