[][src]Function mupdf_sys::fz_new_display_list_from_page

pub unsafe extern "C" fn fz_new_display_list_from_page(
    ctx: *mut fz_context,
    page: *mut fz_page
) -> *mut fz_display_list

Create a display list.

Ownership of the display list is returned to the caller.