[][src]Function wlroots_sys::pixman_edge_init

pub unsafe extern "C" fn pixman_edge_init(
    e: *mut pixman_edge_t,
    bpp: c_int,
    y_start: pixman_fixed_t,
    x_top: pixman_fixed_t,
    y_top: pixman_fixed_t,
    x_bot: pixman_fixed_t,
    y_bot: pixman_fixed_t
)