Function x11rb::protocol::render::tri_strip[][src]

pub fn tri_strip<'c, 'input, Conn: ?Sized>(
    conn: &'c Conn,
    op: PictOp,
    src: Picture,
    dst: Picture,
    mask_format: Pictformat,
    src_x: i16,
    src_y: i16,
    points: &'input [Pointfix]
) -> Result<VoidCookie<'c, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized