Function xcb::render::tri_strip_checked
[−]
[src]
pub fn tri_strip_checked<'a>(
c: &'a Connection,
op: u8,
src: Picture,
dst: Picture,
mask_format: Pictformat,
src_x: i16,
src_y: i16,
points: &[Pointfix]
) -> VoidCookie<'a>