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:IntersectRectT
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H
A
D
select_overlay_client.cpp
311
intersectRect = parentViewPort.
IntersectRectT
(visibleRect);
in GetVisibleContentRect()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
rect_t.h
331
RectT
IntersectRectT
(const RectT& other) const
in IntersectRectT()
function in OHOS::Ace::NG::RectT
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_select_overlay.cpp
282
auto intersectRect = res.
IntersectRectT
(visibleContentRect);
in GetSelectArea()
H
A
D
base_text_select_overlay.cpp
269
intersectRect = parentViewPort.
IntersectRectT
(visibleRect);
in GetVisibleRect()
1148
contentRect = contentRect.
IntersectRectT
(parentContentRect);
in GetClipHandleViewPort()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_select_overlay.cpp
346
auto intersectRect = res.
IntersectRectT
(globalContentRect);
in GetSelectArea()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
component_test_component_impl.cpp
613
effective_ = screenRect.
IntersectRectT
(rect);
in SetEffective()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
select_overlay_layout_algorithm.cpp
637
auto selectAndRootRectArea = selectArea.
IntersectRectT
(viewPort);
in NewMenuAvoidStrategy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H
A
D
relative_container_layout_algorithm.cpp
1026
relativeContainerRect.
IntersectRectT
(RectF(0.0f, 0.0f, Infinity<float>(), Infinity<float>()));
in MeasureSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_pattern.cpp
9096
return selectRect.
IntersectRectT
(contentRect);
in GetSelectArea()
9110
return res.
IntersectRectT
(contentRect);
in GetSelectArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
2909
responseRegionList.push_back(rect.
IntersectRectT
(windowRect));
in GetResponseRegionListByTraversal()
Completed in 37 milliseconds