Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow_procedure_thread.rs168 let hcursor = Self::load_system_cursor(IDC_ARROW).unwrap_or(null_mut()); in register_window_class()
H A Dwindow.rs732 pub(crate) fn load_system_cursor(cursor_id: LPCWSTR) -> Result<HCURSOR> { in load_system_cursor() method