Home
last modified time | relevance | path

Searched refs:XcursorUInt (Results 1 – 2 of 2) sorted by relevance

/external/wayland/cursor/
Dxcursor.h30 typedef unsigned int XcursorUInt; typedef
32 typedef XcursorUInt XcursorDim;
33 typedef XcursorUInt XcursorPixel;
36 XcursorUInt version; /* version of the image data */
42 XcursorUInt delay; /* animation delay to next frame (ms) */
Dxcursor.c95 XcursorUInt type; /* chunk type */
96 XcursorUInt subtype; /* subtype (size for images) */
97 XcursorUInt position; /* absolute position in file */
101 XcursorUInt magic; /* magic number */
102 XcursorUInt header; /* byte length of header */
103 XcursorUInt version; /* file version number */
104 XcursorUInt ntoc; /* number of toc entries */
127 XcursorUInt header; /* bytes in chunk header */
128 XcursorUInt type; /* chunk type */
129 XcursorUInt subtype; /* chunk subtype (size for images) */
[all …]