Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp51 if (!isWindow) { in Create()
54 return Create(surfaceNodeConfig, RSSurfaceNodeType::DEFAULT, isWindow); in Create()
58 RSSurfaceNodeType type, bool isWindow) in Create() argument
65 SharedPtr node(new RSSurfaceNode(surfaceNodeConfig, isWindow)); in Create()
75 .isSync = isWindow && surfaceNodeConfig.isSync, in Create()
82 config.nodeType, isWindow, node->IsRenderServiceNode()); in Create()
88 transactionProxy->AddCommand(command, isWindow); in Create()
106 transactionProxy->AddCommand(command, isWindow); in Create()
110 transactionProxy->AddCommand(command, isWindow); in Create()
114 transactionProxy->AddCommand(command, isWindow); in Create()
[all …]
H A Drs_surface_node.h64 static SharedPtr Create(const RSSurfaceNodeConfig& surfaceNodeConfig, bool isWindow = true);
67 …Create(const RSSurfaceNodeConfig& surfaceNodeConfig, RSSurfaceNodeType type, bool isWindow = true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_rs_surface_mode.cpp21 …eNode::SharedPtr RSSurfaceNode::Create(const RSSurfaceNodeConfig& surfaceNodeConfig, bool isWindow) in Create() argument
27 const RSSurfaceNodeConfig& surfaceNodeConfig, RSSurfaceNodeType type, bool isWindow) in Create() argument