↓ 1 callersFunctionsurface_present_software(
ptr: *mut PlatformSurface,
dirty: &[JfnRect],
pixels: &[u8],
w: i32,
h: i32,
)
src/wayland/src/wl_ops.rs:393
↓ 1 callersFunctionsurface_set_visible(
ptr: *mut PlatformSurface,
visible: bool,
bg_r: u8,
bg_g: u8,
bg_b: u8,
)
src/wayland/src/wl_ops.rs:149
↓ 1 callersFunctionwin_popup_present_software(
s: *mut c_void,
buffer: *const c_void,
pw: c_int,
ph: c_int,
_lw: c_int,
_lh: c_int,
src/windows/src/compositor.rs:836