[][src]Function xcb::ffi::xproto::xcb_poly_fill_rectangle

pub unsafe extern "C" fn xcb_poly_fill_rectangle(
    c: *mut xcb_connection_t,
    drawable: xcb_drawable_t,
    gc: xcb_gcontext_t,
    rectangles_len: u32,
    rectangles: *const xcb_rectangle_t
) -> xcb_void_cookie_t

Fills rectangles

Fills the specified rectangle(s) in the order listed in the array. For any given rectangle, each pixel is not drawn more than once. If rectangles intersect, the intersecting pixels are drawn multiple times.