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:GetZoomTransform
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/
H
A
D
window_display_zoom_test.cpp
85
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
93
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
98
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
103
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
107
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
111
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
176
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
207
ASSERT_TRUE(expect == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
216
ASSERT_TRUE(identity == implPtr->GetWindowProperty()->
GetZoomTransform
());
in HWTEST_F()
253
Transform actual = implPtr->GetWindowProperty()->
GetZoomTransform
();
in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/src/
H
A
D
display_zoom_controller.cpp
80
Transform zoomTrans = node->
GetZoomTransform
();
in SetAnchorOffset()
188
Transform zoomTrans = deskTop->
GetZoomTransform
();
in UpdateZoomTranslateInfo()
278
Transform lastZoomTrans = node->
GetZoomTransform
();
in CalcuZoomTrans()
H
A
D
window_node.cpp
208
Transform WindowNode::
GetZoomTransform
() const
in GetZoomTransform()
function in OHOS::Rosen::WindowNode
210
return property_->
GetZoomTransform
();
in GetZoomTransform()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node.h
95
Transform
GetZoomTransform
() const;
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
133
const Transform&
GetZoomTransform
() const;
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_node_test.cpp
834
* @tc.desc: UpdateZoomTransform &
GetZoomTransform
846
auto defaultValue = windowNode->
GetZoomTransform
();
in HWTEST_F()
853
auto resultValue = windowNode->
GetZoomTransform
();
in HWTEST_F()
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
229
const Transform& WindowProperty::
GetZoomTransform
() const
in GetZoomTransform()
function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/wm/include/
H
A
D
window_impl.h
157
virtual const Transform&
GetZoomTransform
() const;
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
491
TransformSurfaceNode(property_->
GetZoomTransform
());
in SetTransform()
503
const Transform& WindowImpl::
GetZoomTransform
() const
in GetZoomTransform()
function in OHOS::Rosen::WindowImpl
505
return property_->
GetZoomTransform
();
in GetZoomTransform()
Completed in 14 milliseconds