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:GetRectInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
wm_occlusion_region.h
37
std::string
GetRectInfo
() const
in GetRectInfo()
function in OHOS::Rosen::WmOcclusion::Rect
197
info.append(rect.
GetRectInfo
());
in GetRegionInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_occlusion_region.h
113
std::string
GetRectInfo
() const
in GetRectInfo()
function in OHOS::Rosen::Occlusion::Rect
307
info.append(r.
GetRectInfo
());
in GetRegionInfo()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
scene_session.h
489
std::string
GetRectInfo
(const WSRect& rect)
in GetRectInfo()
function in OHOS::OHOS::Rosen::SceneSession
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
811
PostTask(task, "UpdateRect" +
GetRectInfo
(rect));
in UpdateRect()
1184
PostTask(task, "UpdateSessionRect" +
GetRectInfo
(rect));
in UpdateSessionRect()
1211
PostTask(task, "UpdateClientRect" +
GetRectInfo
(rect));
in UpdateClientRect()
2138
PostTask(task, "NotifySessionRectChange" +
GetRectInfo
(rect));
in NotifySessionRectChange()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_display_render_node_drawable.cpp
231
allDirtyRegion.GetRegionInfo().c_str(), bound.
GetRectInfo
().c_str());
in MergeDirtyHistory()
Completed in 14 milliseconds