Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dscreen_manager.rs38 const SCM_BF_DB = 1 << 1; // 当前buffer是双缓冲 constant
81 buf_type.remove(ScmBufferFlag::SCM_BF_DB); in new()
92 assert!(buf_type.contains(ScmBufferFlag::SCM_BF_DB)); in new()
231 ScmBufferFlag::SCM_BF_TEXT | ScmBufferFlag::SCM_BF_DB, in new()
354 let buf_info = ScmBufferInfo::new(ScmBufferFlag::SCM_BF_DB | ScmBufferFlag::SCM_BF_PIXEL)?; in scm_enable_double_buffer()
371 ScmBufferInfo::new(ScmBufferFlag::SCM_BF_DB | ScmBufferFlag::SCM_BF_PIXEL)?; in scm_enable_double_buffer()