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:xDpi_
(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
60
return
xDpi_
;
in GetXDpi()
75
xDpi_
= xDpi;
in SetXDpi()
86
float
xDpi_
= 1.0f;
member in OHOS::Rosen::RSHgmConfigData
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
294
xDpi_
= width * INCH_2_MM / dpiPhyWidth_;
in UpdateXDpi()
295
xDpi_
= std::floor(
xDpi_
* TRUNCATE_THREE_DECIMALS) / TRUNCATE_THREE_DECIMALS;
in UpdateXDpi()
340
xDpi_
= width_ * INCH_2_MM / phyWidth_;
in CalculateXYDpi()
342
xDpi_
= std::floor(
xDpi_
* TRUNCATE_THREE_DECIMALS) / TRUNCATE_THREE_DECIMALS;
in CalculateXYDpi()
348
return
xDpi_
;
in GetXDpi()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font.cpp
42
xDpi_
= x;
in SetDpi()
48
x =
xDpi_
;
in GetDpi()
55
data_ = faceData_->CreateFontData(fontSize_,
xDpi_
, yDpi_);
in GetData()
H
A
D
font.h
76
uint16_t
xDpi_
= DEFAULT_XDPI;
member in final
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H
A
D
rs_hgm_config_data.cpp
34
data->
xDpi_
= parcel.ReadFloat();
in Unmarshalling()
59
parcel.WriteFloat(
xDpi_
);
in Marshalling()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
display_property.h
32
float
xDpi_
;
member in OHOS::Rosen::DisplayProperty
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.h
101
return
xDpi_
;
in GetXDpi()
166
float
xDpi_
= 0;
member in OHOS::Rosen::HgmScreen
H
A
D
hgm_screen.cpp
35
xDpi_
= screenSize.width / (screenSize.phyWidth / INCH_2_MM);
in HgmScreen()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
87
xDpi_
= width_ * INCH_2_MM / phyWidth_;
in CalculateXYDpi()
151
xDpi_
= width_ * INCH_2_MM / phyWidth_;
in UpdateXDpi()
282
displayInfo->SetXDpi(
xDpi_
);
in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_frame_rate_policy.h
50
float
xDpi_
= 1.0f;
member in OHOS::Rosen::RSFrameRatePolicy
H
A
D
rs_frame_rate_policy.cpp
63
xDpi_
= configData->GetXDpi();
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
73
parcel.WriteFloat(rsHgmConfigData.
xDpi_
);
in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_display.h
92
float
xDpi_
{ 0.0f };
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
186
float
xDpi_
{ 0.0f };
Completed in 5 milliseconds