Home
last modified time | relevance | path

Searched refs:GetSurfaceRSNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h670 std::shared_ptr<Rosen::RSNode> GetSurfaceRSNode() const;
H A Dweb_pattern.cpp686 …aceNode = OHOS::Rosen::RSBaseNode::ReinterpretCast<OHOS::Rosen::RSSurfaceNode>(GetSurfaceRSNode()); in OnAttachToFrameNode()
6398 std::shared_ptr<Rosen::RSNode> WebPattern::GetSurfaceRSNode() const in GetSurfaceRSNode() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6186 surfaceRsNode_ = webPattern->GetSurfaceRSNode(); in SetSurface()