Searched defs:ands (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysmouse.c40 /* For some reason when creating a windows cursor, the ands and xors memory
47 Uint8 *ands; member in struct:WMcursor
97 if ( cursor->ands != NULL )
98 SDL_free(cursor->ands);
140 cursor->ands = NULL;
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
177 cursor->ands, cursor->xors);

Completed in 60 milliseconds