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:displayHeight_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H
A
D
rs_round_corner_display.cpp
43
LoadImgsbyResolution(displayWidth_,
displayHeight_
);
in Init()
123
hardInfo_.topLayer->layerHeight =
displayHeight_
;
in SetHardwareLayerSize()
125
hardInfo_.bottomLayer->layerHeight =
displayHeight_
;
in SetHardwareLayerSize()
214
if (width == displayWidth_ && height ==
displayHeight_
) {
in UpdateDisplayParameter()
219
"
displayHeight_
updated from %{public}u -> %{public}u \n", __func__,
in UpdateDisplayParameter()
220
displayWidth_, width,
displayHeight_
, height);
in UpdateDisplayParameter()
224
displayHeight_
= height;
in UpdateDisplayParameter()
413
canvas->DrawImage(*curBottom_, 0,
displayHeight_
- curBottom_->GetHeight(), Drawing::SamplingOptions());
in DrawOneRoundCorner()
H
A
D
rs_round_corner_display.h
72
// update displayWidth_ and
displayHeight_
154
uint32_t
displayHeight_
= 0;
member in OHOS::Rosen::RoundCornerDisplay
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_manager_test.cpp
59
static inline int32_t
displayHeight_
;
member in OHOS::Rosen::DisplayManagerTest
70
displayHeight_
= display->GetHeight();
in SetUpTestCase()
97
height =
displayHeight_
;
in CreateWindow()
163
auto displayHeight = DisplayManagerTest::
displayHeight_
;
in HWTEST_F()
246
auto displayHeight = DisplayManagerTest::
displayHeight_
;
in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H
A
D
surface_draw_test.cpp
57
static inline int32_t
displayHeight_
;
member in OHOS::Rosen::SurfaceDrawTest
69
displayHeight_
= display->GetHeight();
in SetUpTestCase()
172
screenRect.height_ =
displayHeight_
;
in HWTEST_F()
174
transRect.height_ =
displayHeight_
;
in HWTEST_F()
Completed in 5 milliseconds