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:emptyRects
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/dmserver/src/
H
A
D
display_cutout_controller.cpp
147
WaterfallDisplayAreaRects
emptyRects
= {};
in CalcBuiltInDisplayWaterfallRects()
local
150
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcBuiltInDisplayWaterfallRects()
155
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcBuiltInDisplayWaterfallRects()
163
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcBuiltInDisplayWaterfallRects()
171
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcBuiltInDisplayWaterfallRects()
180
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcBuiltInDisplayWaterfallRects()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_cutout_controller.cpp
155
WaterfallDisplayAreaRects
emptyRects
= {};
in CalcWaterfallRects()
local
157
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcWaterfallRects()
164
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcWaterfallRects()
175
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcWaterfallRects()
190
waterfallDisplayAreaRects_ =
emptyRects
;
in CalcWaterfallRects()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_cutout_controller_test.cpp
249
std::vector<DMRect>
emptyRects
;
in HWTEST_F()
local
250
controller->boundingRects_[id] =
emptyRects
;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_display_render_node_drawable.cpp
650
std::vector<RectI>
emptyRects
= {};
in OnDraw()
local
651
expandProcessor->SetRoiRegionToCodec(
emptyRects
);
in OnDraw()
982
std::vector<RectI>
emptyRects
= {};
in DrawMirror()
local
983
virtualProcesser->SetRoiRegionToCodec(
emptyRects
);
in DrawMirror()
998
std::vector<RectI>
emptyRects
= {};
in DrawMirror()
local
999
virtualProcesser->SetRoiRegionToCodec(
emptyRects
);
in DrawMirror()
1036
std::vector<RectI>
emptyRects
= {};
in DrawMirrorCopy()
local
1037
virtualProcesser->SetRoiRegionToCodec(
emptyRects
);
in DrawMirrorCopy()
Completed in 5 milliseconds