fn ensure_page( pixmaps: &mut Vec<Arc<Pixmap>>, page_width: u16, page_height: u16, page_index: usize, )
Ensure a pixmap exists for the given page, creating it if needed.