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:GetYDpi
(Results
1 - 13
of
13
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H
A
D
rs_hgm_config_data.h
63
float
GetYDpi
() const
in GetYDpi()
function in OHOS::Rosen::RSHgmConfigData
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H
A
D
hgm_config_callback_manager.cpp
76
data->SetYDpi(screen->
GetYDpi
());
in RegisterHgmConfigChangeCallback()
164
data->SetYDpi(screen->
GetYDpi
());
in SyncHgmConfigChangeCallback()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_frame_rate_policy.cpp
64
yDpi_ = configData->
GetYDpi
();
in HgmConfigChangeCallback()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.h
104
float
GetYDpi
() const
in GetYDpi()
function in OHOS::Rosen::HgmScreen
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rshgmconfigdata_fuzzer/
H
A
D
rshgmconfigdata_fuzzer.cpp
119
rsHgmConfigData.
GetYDpi
();
in DoGetSet()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
115
float
GetYDpi
() const;
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H
A
D
cj_display_impl.cpp
283
return info->
GetYDpi
();
in GetYDPI()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
351
float ScreenProperty::
GetYDpi
() const
in GetYDpi()
function in OHOS::Rosen::ScreenProperty
H
A
D
screen_session.cpp
232
displayInfo->SetYDpi(property_.
GetYDpi
());
in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hyper_graphic_manager_test.cpp
400
STEP_ASSERT_EQ(screen1->
GetYDpi
(), 0);
in HWTEST_F()
/foundation/window/window_manager/dm/src/
H
A
D
oh_display_manager.cpp
275
*yDpi = displayInfo->
GetYDpi
();
in OH_NativeDisplayManager_GetDefaultDisplayDensityYdpi()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_dumper.cpp
485
<< ", " << screenProperty.
GetYDpi
() << std::endl;
in DumpScreenPropertyById()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H
A
D
js_display.cpp
779
napi_set_named_property(env, objValue, "yDPI", CreateJsValue(env, info->
GetYDpi
()));
in NapiSetNamedProperty()
Completed in 12 milliseconds