Home
last modified time | relevance | path

Searched refs:globalFrameRect (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp676 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 Dbase_text_select_overlay.cpp523 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 Ddrag_drop_manager_test_ng.cpp1337 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 Ddrag_drop_manager.cpp483 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 Dframe_node.cpp3702 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