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
defs:phyWidth
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_property_test.cpp
99
uint32_t
phyWidth
= UINT32_MAX;
in HWTEST_F()
local
126
uint32_t
phyWidth
= 0;
in HWTEST_F()
local
H
A
D
screen_session_manager_test.cpp
2773
float
phyWidth
= 0.0f;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H
A
D
rs_screen_info.h
39
uint32_t
phyWidth
= 0; // physical screen resolution
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H
A
D
rs_screen_capability.cpp
21
RSScreenCapability::RSScreenCapability(std::string name, ScreenInterfaceType type, uint32_t
phyWidth
,
in RSScreenCapability()
argument
40
void RSScreenCapability::SetPhyWidth(uint32_t
phyWidth
)
in SetPhyWidth()
argument
169
uint32_t
phyWidth
;
in Unmarshalling()
local
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_display_test.cpp
106
uint32_t
phyWidth
= 0;
in HWTEST_F()
local
158
uint32_t
phyWidth
= UINT32_MAX;
in HWTEST_F()
local
171
uint32_t
phyWidth
in HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.h
39
int32_t
phyWidth
;
member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H
A
D
rsscreencapability_fuzzer.cpp
138
uint32_t
phyWidth
= GetData<uint32_t>();
in DoSetPhyWidth()
local
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
79
void AbstractDisplay::CalculateXYDpi(uint32_t
phyWidth
, uint32_t phyHeight)
in CalculateXYDpi()
argument
H
A
D
abstract_screen.cpp
472
void AbstractScreen::SetPhyWidth(uint32_t
phyWidth
)
in SetPhyWidth()
argument
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hyper_graphic_manager_test.cpp
32
int32_t
phyWidth
= 685;
member
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_display_type.h
61
uint32_t
phyWidth
; /**< Physical width */
member
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
157
void ScreenProperty::SetPhyWidth(uint32_t
phyWidth
)
in SetPhyWidth()
argument
177
void ScreenProperty::SetDpiPhyBounds(uint32_t
phyWidth
, uint32_t phyHeight)
in SetDpiPhyBounds()
argument
330
void ScreenProperty::CalculateXYDpi(uint32_t
phyWidth
, uint32_t phyHeight)
in CalculateXYDpi()
argument
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
5332
float
phyWidth
= 0.0f;
in SetClientInner()
local
5358
void ScreenSessionManager::GetCurrentScreenPhyBounds(float&
phyWidth
, float& phyHeight,
in GetCurrentScreenPhyBounds()
argument
[all...]
Completed in 25 milliseconds