OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_def
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosmouse.c
151
Uint8
cursor_def
[10];
local
153
cursor_def
[0] = 0;
154
cursor_def
[1] = 2; /* Use shape number 2 */
155
cursor_def
[2] = cursor->w/4; /* Width in bytes */
156
cursor_def
[3] = cursor->h; /* Height (h) in pixels */
157
cursor_def
[4] = cursor->hot_x; /* ActiveX in pixels from left */
158
cursor_def
[5] = cursor->hot_y; /* ActiveY in pixels from top */
159
cursor_def
[6] = ((int)(cursor->data) & 0xFF); /* Least significant byte of pointer to data */
160
cursor_def
[7] = ((int)(cursor->data) >> 8) & 0xFF; /* ... */
161
cursor_def
[8] = ((int)(cursor->data) >> 16) & 0xFF; /* ... *
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
841
return
Cursor_def
(self)
[
all
...]
Completed in 52 milliseconds