↓ 1 callersFunctioncopy_dirty_rect(
src: *const u8,
src_stride: usize,
width: i32,
height: i32,
rect: &JfnRect,
)
src/x11/src/shm_paint_worker.rs:133
↓ 1 callersFunctioncopy_dirty_rect(
src: *const u8,
src_stride: usize,
width: i32,
height: i32,
rect: &JfnRect,
)
src/wayland/src/shm_paint_worker.rs:173
↓ 1 callersFunctioncreate_shm_buffer(
shm: &WlShm,
qh: &QueueHandle<DispatchState>,
pixels: &[u8],
w: i32,
h: i32,
)
src/wayland/src/shm_paint_worker.rs:308
↓ 1 callersFunctiondraw_text(
fonts: &mut Fonts,
pm: &mut Pixmap,
text: &str,
font_px: f32,
ox: f32,
oy: f32,
src/menu/src/render.rs:243
↓ 1 callersFunctionevent_loop(
conn: &RustConnection,
keymap: &Keymap,
win: u32,
gc: u32,
buf: &mut ShmBuffer,
font
src/x11/src/menu/mod.rs:258