Searched refs:GetFrameNodeContentRect (Results 1 – 2 of 2) sorted by relevance
298 bool GetFrameNodeContentRect(const RefPtr<FrameNode>& node, RectF& rect);
1127 if (!GetFrameNodeContentRect(host, contentRect)) { in GetClipHandleViewPort()1134 if (!GetFrameNodeContentRect(parent, parentContentRect)) { in GetClipHandleViewPort()1152 bool BaseTextSelectOverlay::GetFrameNodeContentRect(const RefPtr<FrameNode>& node, RectF& contentRe… in GetFrameNodeContentRect() function in OHOS::Ace::NG::BaseTextSelectOverlay