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:IsIntersects
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
region.cpp
56
bool Region::
IsIntersects
(const Region& other) const
in IsIntersects()
function in OHOS::Rosen::Drawing::Region
58
return impl_->
IsIntersects
(other);
in IsIntersects()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
region_impl.h
37
virtual bool
IsIntersects
(const Region& other) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_region.h
41
bool
IsIntersects
(const Region& other) const override;
H
A
D
skia_region.cpp
73
bool SkiaRegion::
IsIntersects
(const Region& other) const
in IsIntersects()
function in OHOS::Rosen::Drawing::SkiaRegion
77
LOGD("SkiaRegion::
IsIntersects
, skRegion is nullptr");
in IsIntersects()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H
A
D
region_test.cpp
112
* @tc.desc: test for
IsIntersects
function
121
EXPECT_FALSE(region->
IsIntersects
(other));
in HWTEST_F()
126
* @tc.desc: test for
IsIntersects
function
138
EXPECT_TRUE(region->
IsIntersects
(other));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_region_test.cpp
71
* @tc.desc: Test
IsIntersects
79
auto ret = skiaRegion->
IsIntersects
(region);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
region.h
79
bool
IsIntersects
(const Region& other) const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H
A
D
region_fuzzer.cpp
67
region.
IsIntersects
(regionOne);
in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H
A
D
rs_cpu_overdraw_canvas_listener.cpp
203
if (regions_[i].
IsIntersects
(target)) {
in AppendRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_render_node_drawable_adapter.cpp
392
return !(deviceClipRegion.
IsIntersects
(dstRegion));
in QuickReject()
Completed in 5 milliseconds