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:snapshotScale_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test2.cpp
1278
* @tc.desc: call ConfigSnapshotScale and check the
snapshotScale_
.
1289
ASSERT_EQ(ssm_->
snapshotScale_
, static_cast<float>(0.7));
in HWTEST_F()
1294
* @tc.desc: call ConfigSnapshotScale and check the
snapshotScale_
.
1305
ASSERT_EQ(ssm_->
snapshotScale_
, 0.7f);
in HWTEST_F()
1310
* @tc.desc: call ConfigSnapshotScale and check the
snapshotScale_
.
1321
ASSERT_EQ(ssm_->
snapshotScale_
, 0.7f);
in HWTEST_F()
1326
* @tc.desc: call ConfigSnapshotScale and check the
snapshotScale_
.
1337
ASSERT_EQ(ssm_->
snapshotScale_
, 0.7f);
in HWTEST_F()
1342
* @tc.desc: call ConfigSnapshotScale and check the
snapshotScale_
.
1353
ASSERT_EQ(ssm_->
snapshotScale_
, 0.
in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
hidump_controller.cpp
424
<< std::setprecision(precision) << session->
snapshotScale_
<< "|"
in DumpDisplayParam()
H
A
D
scene_session_manager.cpp
1134
snapshotScale_
= snapshotScale[0];
in ConfigSnapshotScale()
1669
sceneSession->SetSnapshotScale(
snapshotScale_
);
in InitSceneSession()
9518
pixelMap = scnSession->GetSnapshotPixelMap(
snapshotScale_
, scaleParam);
in GetSessionSnapshotPixelMap()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
627
float
snapshotScale_
= 0.5;
member in OHOS::OHOS::OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
2041
auto scaleValue = scaleParam == 0.0f ?
snapshotScale_
: scaleParam;
in Snapshot()
2770
snapshotScale_
= snapshotScale;
in SetSnapshotScale()
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
scene_session_manager.h
749
float
snapshotScale_
= 0.5;
member in OHOS::OHOS::OHOS::Global::OHOS::Rosen::SceneSessionManager
Completed in 29 milliseconds