Home
last modified time | relevance | path

Searched defs:xcb_image_t (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xcb-util-image/xcb-util-image-0.4.0/image/
H A Dxcb_image.h86 typedef struct xcb_image_t xcb_image_t; typedef
92 struct xcb_image_t struct
95 uint16_t height; /**< Height in pixels. */
96 xcb_image_format_t format; /**< Format. */
105 uint8_t bpp; /**< Storage per pixel in bits.
111 uint8_t unit; /**< Scanline unit in bits for
117 uint32_t plane_mask; /**< When format is
127 xcb_image_order_t byte_order; /**< Component byte order
135 xcb_image_order_t bit_order; /**< Bit order of
140 uint32_t stride; /**< Bytes per image row.
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/ffi/
H A Dimage.rs5 pub struct xcb_image_t { struct
25 pub fn xcb_image_annotate(image: *mut xcb_image_t); in xcb_image_annotate()
28 pub fn xcb_image_destroy(image: *mut xcb_image_t); in xcb_image_destroy()
30 …mut xcb_connection_t, draw: xcb_drawable_t, gc: xcb_gcontext_t, image: *const xcb_image_t, x: i16,… in xcb_image_put()
31 …n xcb_image_native(c: *mut xcb_connection_t, image: *const xcb_image_t, convert: c_int) -> *mut xc… in xcb_image_native()
32 pub fn xcb_image_put_pixel(image: *mut xcb_image_t, x: u32, y: u32, pixel: u32); in xcb_image_put_pixel()
33 pub fn xcb_image_get_pixel(image: *const xcb_image_t, x: u32, y: u32) -> u32; in xcb_image_get_pixel()
34 pub fn xcb_image_convert(src: *const xcb_image_t, dst: *mut xcb_image_t) -> *mut xcb_image_t; in xcb_image_convert()
35 …_subimage(image: *const xcb_image_t, x: u32, y: u32, width: u32, height: u32, base: *mut c_void, b… in xcb_image_subimage()
36 …b fn xcb_image_create_from_bitmap_data(data: *mut u8, width: u32, height: u32) -> *mut xcb_image_t; in xcb_image_create_from_bitmap_data()
[all …]