Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h378 return surfaceWindowType_; in GetSurfaceWindowType()
1339 const enum SurfaceWindowType surfaceWindowType_ = SurfaceWindowType::DEFAULT_WINDOW; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp110 nodeType_(config.nodeType), surfaceWindowType_(config.surfaceWindowType), in RSSurfaceRenderNode()
373 if (surfaceWindowType_ == SurfaceWindowType::SYSTEM_SCB_WINDOW) { in OnTreeStateChanged()
1508 return surfaceWindowType_ != SurfaceWindowType::SYSTEM_SCB_WINDOW; in IsSCBNode()