[][src]Function mupdf_sys::fz_render_stroked_glyph_pixmap

pub unsafe extern "C" fn fz_render_stroked_glyph_pixmap(
    ctx: *mut fz_context,
    arg1: *mut fz_font,
    arg2: c_int,
    arg3: *mut fz_matrix,
    arg4: fz_matrix,
    stroke: *const fz_stroke_state,
    scissor: *const fz_irect,
    aa: c_int
) -> *mut fz_pixmap