Function xcb::render::composite_glyphs_8_checked [] [src]

pub fn composite_glyphs_8_checked<'a>(
    c: &'a Connection,
    op: u8,
    src: Picture,
    dst: Picture,
    mask_format: Pictformat,
    glyphset: Glyphset,
    src_x: i16,
    src_y: i16,
    glyphcmds: &[u8]
) -> VoidCookie<'a>