Searched refs:xcb_mask (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xcb-util/dist/image/
H A Dxcb_pixel.h60 uint32_t unit = (x >> 3) & ~xcb_mask(2);
61 uint32_t byte = xcb_mask(2) - ((x >> 3) & xcb_mask(2));
62 uint32_t bit = xcb_mask(3) - (x & xcb_mask(3));
75 uint32_t bit = x & xcb_mask(3);
87 uint32_t unit = (x >> 3) & ~xcb_mask(2);
88 uint32_t byte = xcb_mask(2) - ((x >> 3) & xcb_mask(2));
89 uint32_t bit = xcb_mask(
[all...]
H A Dxcb_image.c240 image->plane_mask = xcb_mask(depth);
325 plane_mask &= xcb_mask(imrep->depth);
326 if (plane_mask != xcb_mask(imrep->depth)) {
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_bitops.h52 xcb_mask(uint32_t n) function in typeref:typename:_X_INLINE uint32_t

Completed in 5 milliseconds