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:leftX
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
sheet_drag_bar_pattern.cpp
215
auto
leftX
= POINT_L_TOUCH.GetX().Value() - POINT_L_INITIAL.GetX().Value();
in CreatePropertyCallback()
217
leftPoint.SetX(Dimension(POINT_L_INITIAL.GetX().Value() +
leftX
* scale, DimensionUnit::VP));
in CreatePropertyCallback()
227
auto
leftX
= POINT_L_INITIAL.GetX().Value() - POINT_L_TOUCH.GetX().Value();
in CreatePropertyCallback()
229
leftPoint.SetX(Dimension(POINT_L_TOUCH.GetX().Value() +
leftX
* scale, DimensionUnit::VP));
in CreatePropertyCallback()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
218
int32_t
leftX
= INT32_MAX - rect.posX_;
in CheckIntegerOverflow()
local
219
if (
leftX
< static_cast<int32_t>(rect.width_)) {
in CheckIntegerOverflow()
227
int32_t
leftX
= INT32_MIN - rect.posX_;
in CheckIntegerOverflow()
local
228
if (
leftX
> static_cast<int32_t>(rect.width_)) {
in CheckIntegerOverflow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.cpp
2009
double
leftX
= 0.0;
in GetPaintRectWithTransform()
local
2012
SetCorner(
leftX
, leftY, oldSize.Width(), oldSize.Height(), degree);
in GetPaintRectWithTransform()
2015
auto tmp =
leftX
;
in GetPaintRectWithTransform()
2016
leftX
= (
leftX
- centerX) * cos(-1 * radian) + (leftY - centerY) * sin(-1 * radian);
in GetPaintRectWithTransform()
2018
leftX
+= newRect.GetOffset().GetX() + centerX;
in GetPaintRectWithTransform()
2020
auto offset = OffsetF(
leftX
+ translate[0], leftY + translate[1]);
in GetPaintRectWithTransform()
Completed in 15 milliseconds