Skip to main content

ensure_page

Function ensure_page 

Source
fn ensure_page(
    pixmaps: &mut Vec<Arc<Pixmap>>,
    page_width: u16,
    page_height: u16,
    page_index: usize,
)
Expand description

Ensure a pixmap exists for the given page, creating it if needed.