Lines Matching defs:conn
301 xcb_image_get (xcb_connection_t * conn,
316 image_cookie = xcb_get_image(conn, format, draw, x, y,
318 imrep = xcb_get_image_reply(conn, image_cookie, 0);
328 xcb_image_create_native(conn, width, height, format,
358 image = xcb_image_create_native(conn, width, height, format,
445 xcb_image_put (xcb_connection_t * conn,
453 return xcb_put_image(conn, image->format, draw, gc,
468 xcb_image_shm_put (xcb_connection_t * conn,
481 if (!xcb_image_native(conn, image, 0))
485 xcb_shm_put_image(conn, draw, gc,
498 xcb_image_shm_get (xcb_connection_t * conn,
512 cookie = xcb_shm_get_image(conn, draw,
519 setup = xcb_shm_get_image_reply(conn, cookie, &err);