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:globalFrameRect
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
stylus_detector_mgr.cpp
676
auto
globalFrameRect
= cleanNodeGeometryNode->GetFrameRect();
in IsHitCleanNodeResponseArea()
local
677
globalFrameRect
.SetOffset(cleanNodeFrameNode->CalculateCachedTransformRelativeOffset(nanoTimestamp));
in IsHitCleanNodeResponseArea()
678
return
globalFrameRect
.IsInRegion(point);
in IsHitCleanNodeResponseArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
base_text_select_overlay.cpp
523
auto
globalFrameRect
= RectF(OffsetF(0.0f, 0.0f), geometryNode->GetFrameSize());
in GetPaintRectWithTransform()
local
524
GetGlobalRectWithTransform(
globalFrameRect
);
in GetPaintRectWithTransform()
525
return
globalFrameRect
;
in GetPaintRectWithTransform()
532
auto
globalFrameRect
= GetPaintRectWithTransform();
in GetPaintRectOffsetWithTransform()
local
533
return
globalFrameRect
.GetOffset() - pipeline->GetRootRect().GetOffset();
in GetPaintRectOffsetWithTransform()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
drag_drop_manager_test_ng.cpp
1337
auto
globalFrameRect
= geometryNode->GetFrameRect();
in HWTEST_F()
local
1338
globalFrameRect
.SetOffset(frameNode->GetTransformRelativeOffset());
in HWTEST_F()
1339
if (
globalFrameRect
.IsInRegion(point)) {
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_manager.cpp
483
auto
globalFrameRect
= geometryNode->GetFrameRect();
in FindHitFrameNodes()
local
484
globalFrameRect
.SetOffset(frameNode->GetTransformRelativeOffset());
in FindHitFrameNodes()
485
if (
globalFrameRect
.IsInRegion(PointF(static_cast<float>(point.GetX()), static_cast<float>(point.GetY())))) {
in FindHitFrameNodes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
3702
auto
globalFrameRect
= geometryNode->GetFrameRect();
in FindChildByPosition()
local
3703
globalFrameRect
.SetOffset(child->GetPositionToWindowWithTransform());
in FindChildByPosition()
3705
if (
globalFrameRect
.IsInRegion(PointF(x, y))) {
in FindChildByPosition()
Completed in 20 milliseconds