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:BASELINE_DENSITY
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/previewer/include/
H
A
D
dm_common.h
40
constexpr uint32_t
BASELINE_DENSITY
= 160;
member
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
62
virtualPixelRatio_ = static_cast<float>(densityDpi) /
BASELINE_DENSITY
;
in AbstractDisplay()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
36
constexpr uint32_t
BASELINE_DENSITY
= 160;
member
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
pointer_drawing_manager.cpp
74
constexpr int32_t
BASELINE_DENSITY
{ 160 };
588
imageWidth_ = pow(INCREASE_RATIO, size - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in SwitchPointerStyle()
589
imageHeight_ = pow(INCREASE_RATIO, size - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in SwitchPointerStyle()
1865
pow(INCREASE_RATIO, cursorSize - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in UpdateCursorProperty()
1867
pow(INCREASE_RATIO, cursorSize - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in UpdateCursorProperty()
2052
imageWidth_ = pow(INCREASE_RATIO, size - 1) * displayInfo.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in UpdateDisplayInfo()
2053
imageHeight_ = pow(INCREASE_RATIO, size - 1) * displayInfo.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in UpdateDisplayInfo()
2092
imageWidth_ = pow(INCREASE_RATIO, size - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in SetPointerSize()
2093
imageHeight_ = pow(INCREASE_RATIO, size - 1) * displayInfo_.dpi * GetIndependentPixels() /
BASELINE_DENSITY
;
in SetPointerSize()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_change_test.cpp
314
GetDisplayById(defaultDisplayId_)->GetVirtualPixelRatio() *
BASELINE_DENSITY
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
445
densityDpi_ = static_cast<float>(densityDpi) /
BASELINE_DENSITY
;
in ConfigureDpi()
453
subDensityDpi_ = static_cast<float>(subDensityDpi) /
BASELINE_DENSITY
;
in ConfigureDpi()
1474
float density = PPI * PHYSICAL_MASS /
BASELINE_DENSITY
;
in CalcDefaultExtendScreenDensity()
2251
float dpi = static_cast<float>(settingDpi) /
BASELINE_DENSITY
;
in SetDpiFromSettingData()
2275
float dpi = static_cast<float>(settingDpi) /
BASELINE_DENSITY
;
in SetDpiFromSettingData()
Completed in 18 milliseconds