OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ph_cursor
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c
31
PhCursorDef_t *
ph_cursor
;
member in struct:WMcursor
65
cursor->
ph_cursor
= (PhCursorDef_t *) SDL_malloc(sizeof(PhCursorDef_t) + 32*4*2);
67
if (cursor->
ph_cursor
== NULL)
73
SDL_memset(cursor->
ph_cursor
,0,(sizeof(PhCursorDef_t) + 32*4*2));
75
cursor->
ph_cursor
->hdr.type =Ph_RDATA_CURSOR;
76
cursor->
ph_cursor
->size1.x = (short)w;
77
cursor->
ph_cursor
->size1.y = (short)h;
78
cursor->
ph_cursor
->offset1.x = (short)hot_x;
79
cursor->
ph_cursor
->offset1.y = (short)hot_y;
80
cursor->
ph_cursor
->bytesperline1 = (char)w/8
[
all
...]
Completed in 71 milliseconds