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:IsIntersect
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
geometry2d.h
277
bool
IsIntersect
(const Line& a, const Line& b);
H
A
D
rect.h
432
bool
IsIntersect
(const CommonRect<T>& other) const
in IsIntersect()
function in OHOS::CommonRect
/foundation/graphic/graphic_utils_lite/test/
H
A
D
rect_unit_test.cpp
536
* @tc.desc: Verify
IsIntersect
function, equal.
561
EXPECT_EQ(rect1->
IsIntersect
(*rect2), true);
in HWTEST_F()
562
EXPECT_EQ(rect1->
IsIntersect
(*rect3), false);
in HWTEST_F()
H
A
D
geometry2d_unit_test.cpp
239
* @tc.desc: Verify
IsIntersect
function, equal.
269
EXPECT_EQ(
IsIntersect
(*line1, *line2), true);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_occlusion_region.h
104
bool
IsIntersect
(const Rect& rect) const
in IsIntersect()
function in OHOS::Rosen::Occlusion::Rect
340
if (rect.
IsIntersect
(r)) {
in IsIntersectWith()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
root_view.cpp
231
if (!curRect.
IsIntersect
(rect)) {
in AddRenderedRects()
410
if (iter->data_.
IsIntersect
(rect)) {
in OptimizeAddRect()
436
if (iter2->data_.
IsIntersect
(iter1->data_)) {
in OptimizeInvalidateRects()
H
A
D
ui_swipe_view.cpp
540
if (rect.
IsIntersect
(swipeRect)) {
in CalculateInvalidate()
H
A
D
ui_chart.cpp
637
if (!invalidatedArea.
IsIntersect
(rect)) {
in DrawSmoothPolyLine()
691
if (!invalidatedArea.
IsIntersect
(rect)) {
in DrawPolyLine()
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
geometry2d.cpp
42
bool
IsIntersect
(const Line& a, const Line& b)
in IsIntersect()
function
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wm.cpp
462
if (updateRect.
IsIntersect
(rect) || updateRect.IsExtends(rect)) {
in AddUpdateRegion()
488
if (cursorInfo_.enableCursor && cursorInfo_.rect.
IsIntersect
(updates_.updates[i])) {
in ProcessUpdates()
Completed in 9 milliseconds