Searched refs:soft_cursor (Results 1 – 3 of 3) sorted by relevance
506 let soft_cursor = soft_cursor_guard.unwrap(); in add_softcursor() localVariable511 && ((soft_cursor.bits & VcCursor::CUR_BG.bits) == (i & VcCursor::CUR_BG.bits)) in add_softcursor()
443 fn soft_cursor(&self, cursor: FbCursor) -> Result<(), SystemError> { in soft_cursor() method
811 let _ = fb_info.soft_cursor(cursor); in cursor()