Searched refs:globalFrameRect (Results 1 – 5 of 5) sorted by relevance
225 auto globalFrameRect = cleanNodeGeometryNode->GetFrameRect(); in IsHitCleanNodeResponseArea() local226 …globalFrameRect.SetOffset(cleanNodeFrameNode->CalculateCachedTransformRelativeOffset(nanoTimestamp… in IsHitCleanNodeResponseArea()227 return globalFrameRect.IsInRegion(point); in IsHitCleanNodeResponseArea()
522 auto globalFrameRect = RectF(OffsetF(0.0f, 0.0f), geometryNode->GetFrameSize()); in GetPaintRectWithTransform() local523 GetGlobalRectWithTransform(globalFrameRect); in GetPaintRectWithTransform()524 return globalFrameRect; in GetPaintRectWithTransform()531 auto globalFrameRect = GetPaintRectWithTransform(); in GetPaintRectOffsetWithTransform() local532 return globalFrameRect.GetOffset() - pipeline->GetRootRect().GetOffset(); in GetPaintRectOffsetWithTransform()
1424 auto globalFrameRect = geometryNode->GetFrameRect(); variable1425 globalFrameRect.SetOffset(frameNode->GetTransformRelativeOffset());1426 if (globalFrameRect.IsInRegion(point)) {
458 auto globalFrameRect = geometryNode->GetFrameRect(); in FindHitFrameNodes() local459 globalFrameRect.SetOffset(frameNode->GetTransformRelativeOffset()); in FindHitFrameNodes()460 …if (globalFrameRect.IsInRegion(PointF(static_cast<float>(point.GetX()), static_cast<float>(point.G… in FindHitFrameNodes()
3716 auto globalFrameRect = geometryNode->GetFrameRect(); in FindChildByPosition() local3717 globalFrameRect.SetOffset(child->GetOffsetRelativeToWindow()); in FindChildByPosition()3719 if (globalFrameRect.IsInRegion(PointF(x, y))) { in FindChildByPosition()3746 auto globalFrameRect = geometryNode->GetFrameRect(); in FindChildByPositionWithoutChildTransform() local3749 globalFrameRect.SetOffset(childOffset); in FindChildByPositionWithoutChildTransform()3751 if (globalFrameRect.IsInRegion(PointF(x, y))) { in FindChildByPositionWithoutChildTransform()