HomeSort by: relevance | last modified time | path
    Searched refs:xcb_format_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 272 * @brief xcb_format_t
274 typedef struct xcb_format_t { struct
279 } xcb_format_t; typedef in typeref:struct:xcb_format_t
285 xcb_format_t *data;
5358 * element. The member index is increased by sizeof(xcb_format_t)
5591 xcb_format_t *
xproto.c 383 i->index += sizeof(xcb_format_t);
886 xcb_block_len += _aux->pixmap_formats_len * sizeof(xcb_format_t);
888 xcb_align_to = ALIGNOF(xcb_format_t);
938 xcb_format_t *
942 return (xcb_format_t *) ((char *) prev.data + ((-prev.index) & (4 - 1)) + 0);
956 i.data = (xcb_format_t *) ((char *) prev.data + ((-prev.index) & (4 - 1)));

Completed in 48 milliseconds