Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp225 auto globalFrameRect = cleanNodeGeometryNode->GetFrameRect(); in IsHitCleanNodeResponseArea() local
226globalFrameRect.SetOffset(cleanNodeFrameNode->CalculateCachedTransformRelativeOffset(nanoTimestamp… in IsHitCleanNodeResponseArea()
227 return globalFrameRect.IsInRegion(point); in IsHitCleanNodeResponseArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp522 auto globalFrameRect = RectF(OffsetF(0.0f, 0.0f), geometryNode->GetFrameSize()); in GetPaintRectWithTransform() local
523 GetGlobalRectWithTransform(globalFrameRect); in GetPaintRectWithTransform()
524 return globalFrameRect; in GetPaintRectWithTransform()
531 auto globalFrameRect = GetPaintRectWithTransform(); in GetPaintRectOffsetWithTransform() local
532 return globalFrameRect.GetOffset() - pipeline->GetRootRect().GetOffset(); in GetPaintRectOffsetWithTransform()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1424 auto globalFrameRect = geometryNode->GetFrameRect(); variable
1425 globalFrameRect.SetOffset(frameNode->GetTransformRelativeOffset());
1426 if (globalFrameRect.IsInRegion(point)) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp458 auto globalFrameRect = geometryNode->GetFrameRect(); in FindHitFrameNodes() local
459 globalFrameRect.SetOffset(frameNode->GetTransformRelativeOffset()); in FindHitFrameNodes()
460 …if (globalFrameRect.IsInRegion(PointF(static_cast<float>(point.GetX()), static_cast<float>(point.G… in FindHitFrameNodes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3716 auto globalFrameRect = geometryNode->GetFrameRect(); in FindChildByPosition() local
3717 globalFrameRect.SetOffset(child->GetOffsetRelativeToWindow()); in FindChildByPosition()
3719 if (globalFrameRect.IsInRegion(PointF(x, y))) { in FindChildByPosition()
3746 auto globalFrameRect = geometryNode->GetFrameRect(); in FindChildByPositionWithoutChildTransform() local
3749 globalFrameRect.SetOffset(childOffset); in FindChildByPositionWithoutChildTransform()
3751 if (globalFrameRect.IsInRegion(PointF(x, y))) { in FindChildByPositionWithoutChildTransform()