HomeSort by relevance Sort by last modified time
    Searched refs:cursor_data (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse.c 68 Uint8 *cursor_data; local
87 cursor_data = SDL_malloc(w/4 * h);
88 if (cursor_data == NULL)
99 cursor->data = cursor_data;
108 ptr = cursor_data;
  /external/qemu/distrib/sdl-1.2.15/test/
testcursor.c 14 Uint16 cursor_data[16]={ variable
163 cursor[0] = SDL_CreateCursor((Uint8 *)cursor_data, (Uint8 *)cursor_mask,

Completed in 865 milliseconds