Home
last modified time | relevance | path

Searched refs:GetFrameNodeContentRect (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h298 bool GetFrameNodeContentRect(const RefPtr<FrameNode>& node, RectF& rect);
H A Dbase_text_select_overlay.cpp1127 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