OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcb_mask
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xcb-util/dist/image/
xcb_pixel.h
60
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
(3) - (x & xcb_mask(3))
[
all
...]
xcb_image.c
240
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/
xcb_bitops.h
52
xcb_mask
(uint32_t n)
function
Completed in 5 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026