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:yDpi_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H
A
D
rs_hgm_config_data.h
65
return
yDpi_
;
in GetYDpi()
80
yDpi_
= yDpi;
in SetYDpi()
87
float
yDpi_
= 1.0f;
member in OHOS::Rosen::RSHgmConfigData
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
303
yDpi_
= height_ * INCH_2_MM / dpiPhyHeight_;
in UpdateYDpi()
304
yDpi_
= std::floor(
yDpi_
* TRUNCATE_THREE_DECIMALS) / TRUNCATE_THREE_DECIMALS;
in UpdateYDpi()
341
yDpi_
= height_ * INCH_2_MM / phyHeight_;
in CalculateXYDpi()
343
yDpi_
= std::floor(
yDpi_
* TRUNCATE_THREE_DECIMALS) / TRUNCATE_THREE_DECIMALS;
in CalculateXYDpi()
353
return
yDpi_
;
in GetYDpi()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font.cpp
43
yDpi_
= y;
in SetDpi()
49
y =
yDpi_
;
in GetDpi()
55
data_ = faceData_->CreateFontData(fontSize_, xDpi_,
yDpi_
);
in GetData()
H
A
D
font.h
77
uint16_t
yDpi_
= DEFAULT_YDPI;
member in final
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H
A
D
rs_hgm_config_data.cpp
35
data->
yDpi_
= parcel.ReadFloat();
in Unmarshalling()
60
parcel.WriteFloat(
yDpi_
);
in Marshalling()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
display_property.h
33
float
yDpi_
;
member in OHOS::Rosen::DisplayProperty
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.h
106
return
yDpi_
;
in GetYDpi()
167
float
yDpi_
= 0;
member in OHOS::Rosen::HgmScreen
H
A
D
hgm_screen.cpp
38
yDpi_
= screenSize.height / (screenSize.phyHeight / INCH_2_MM);
in HgmScreen()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
88
yDpi_
= height_ * INCH_2_MM / phyHeight_;
in CalculateXYDpi()
158
yDpi_
= height_ * INCH_2_MM / phyHeight_;
in UpdateYDpi()
283
displayInfo->SetYDpi(
yDpi_
);
in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_frame_rate_policy.h
51
float
yDpi_
= 1.0f;
member in OHOS::Rosen::RSFrameRatePolicy
H
A
D
rs_frame_rate_policy.cpp
64
yDpi_
= configData->GetYDpi();
in HgmConfigChangeCallback()
/foundation/window/window_manager/utils/src/
H
A
D
display_info.cpp
31
parcel.WriteFloat(xDpi_) && parcel.WriteFloat(
yDpi_
) &&
in Marshalling()
64
parcel.ReadFloat(displayInfo->xDpi_) && parcel.ReadFloat(displayInfo->
yDpi_
) &&
in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H
A
D
rs_hgm_config_data_test.cpp
74
parcel.WriteFloat(rsHgmConfigData.
yDpi_
);
in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_display.h
93
float
yDpi_
{ 0.0f };
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
187
float
yDpi_
{ 0.0f };
Completed in 7 milliseconds