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
defs:Region
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
region.h
33
class DRAWING_API
Region
{
class
[all...]
/foundation/window/window_manager/utils/include/
H
A
D
wm_occlusion_region.h
135
class
Region
{
class
148
explicit
Region
(Rect& rect)
in Region()
function in OHOS::Rosen::WmOcclusion::Region
154
Region
(const
Region
& region) : rects_(region.rects_), bound_(region.bound_) {}
in Region()
function in OHOS::Rosen::WmOcclusion::Region
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
region.cpp
23
Region
::
Region
() : impl_(ImplFactory::CreateRegionImpl()) {}
in Region()
function in OHOS::Rosen::Drawing::Region
25
Region
::
Region
(const
Region
& other) :
Region
()
in Region()
function in OHOS::Rosen::Drawing::Region
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_occlusion_region.h
236
class RSB_EXPORT
Region
{
class
249
Region
(Rect r)
in Region()
function in OHOS::Rosen::Occlusion::Region
255
Region
(const
Region
& reg) : rects_(reg.rects_), bound_(reg.bound_) {}
in Region()
function in OHOS::Rosen::Occlusion::Region
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
external_window.h
84
typedef struct
Region
{
struct
94
}
Region
;
typedef
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H
A
D
crop_efilter.cpp
41
struct
Region
{
struct
Completed in 4 milliseconds