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:zoomTrans
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
display_zoom_controller.cpp
47
Transform
zoomTrans
;
in SetAnchorAndScale()
local
49
zoomTrans
= CalcuZoomTrans(node, {x, y, scale, 0, 0});
in SetAnchorAndScale()
52
zoomInfo_.pivotX = rect.posX_ +
zoomTrans
.pivotX_ * rect.width_;
in SetAnchorAndScale()
53
zoomInfo_.pivotY = rect.posY_ +
zoomTrans
.pivotY_ * rect.height_;
in SetAnchorAndScale()
54
zoomInfo_.translateX =
zoomTrans
.translateX_;
in SetAnchorAndScale()
55
zoomInfo_.translateY =
zoomTrans
.translateY_;
in SetAnchorAndScale()
58
zoomTrans
= CalcuZoomTransByZoomInfo(node);
in SetAnchorAndScale()
60
UpdateClientAndSurfaceZoomInfo(node,
zoomTrans
);
in SetAnchorAndScale()
80
Transform
zoomTrans
= node->GetZoomTransform();
in SetAnchorOffset()
81
zoomTrans
in SetAnchorOffset()
188
Transform
zoomTrans
= deskTop->GetZoomTransform();
UpdateZoomTranslateInfo()
local
259
Transform
zoomTrans
;
CalcuZoomTransByZoomInfo()
local
285
Transform
zoomTrans
;
CalcuZoomTrans()
local
308
UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform&
zoomTrans
)
UpdateClientAndSurfaceZoomInfo()
argument
328
Transform
zoomTrans
;
HandleUpdateWindowZoomInfo()
local
[all...]
/foundation/window/window_manager/wmserver/include/
H
A
D
display_zoom_controller.h
52
void UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform&
zoomTrans
);
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
791
Transform
zoomTrans
;
in Unmarshalling()
local
792
zoomTrans
.Unmarshalling(parcel);
in Unmarshalling()
793
property->SetZoomTransform(
zoomTrans
);
in Unmarshalling()
Completed in 3 milliseconds