Searched refs:nodeOriginRect (Results 1 – 2 of 2) sorted by relevance
127 Accessibility::Rect nodeOriginRect = elementInfoLists_[currentIndex_].GetRectInScreen(); in CheckAndUpdateContainerRectMap() local128 …Rect visibleRect{nodeOriginRect.GetLeftTopXScreenPostion(), nodeOriginRect.GetRightBottomXScreenPo… in CheckAndUpdateContainerRectMap()129 … nodeOriginRect.GetLeftTopYScreenPostion(), nodeOriginRect.GetRightBottomYScreenPostion()}; in CheckAndUpdateContainerRectMap()243 Accessibility::Rect nodeOriginRect = elementInfoLists_[currentIndex_].GetRectInScreen(); in WrapperNodeAttrToVec() local244 …Rect visibleRect{nodeOriginRect.GetLeftTopXScreenPostion(), nodeOriginRect.GetRightBottomXScreenPo… in WrapperNodeAttrToVec()245 … nodeOriginRect.GetLeftTopYScreenPostion(), nodeOriginRect.GetRightBottomYScreenPostion()}; in WrapperNodeAttrToVec()
237 Rect nodeOriginRect = element.rectInScreen; in WrapperNodeAttrToVec() local238 widget.SetBounds(nodeOriginRect); in WrapperNodeAttrToVec()253 …boundStream << "[" << nodeOriginRect.left_ << "," << nodeOriginRect.top_ << "][" << nodeOriginRect… in WrapperNodeAttrToVec()254 << "," << nodeOriginRect.bottom_ << "]"; in WrapperNodeAttrToVec()267 … nodeOriginRect.GetHeight() > 0 && nodeOriginRect.GetWidth() > 0 ? "true" : "false"); in WrapperNodeAttrToVec()