↓ 2 callersFunctionrender_to_image_with_base(
html: &str,
base_url: Option<&str>,
identity: &Identity,
width: u32,
height: u32,
)
src/render/headless.rs:43
↓ 1 callersFunctionblit_rgba(
src: &[u8],
src_width: u32,
src_height: u32,
dst: &mut ScreenshotImage,
dst_x: i32,
src/window/screenshot/mod.rs:88