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

  /external/qemu/distrib/sdl-1.2.15/test/
testcursor.c 138 return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y);
163 cursor[0] = SDL_CreateCursor((Uint8 *)cursor_data, (Uint8 *)cursor_mask,
177 cursor[2] = SDL_CreateCursor(small_cursor_data, small_cursor_mask,
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
101 * Deallocates a cursor created with SDL_CreateCursor().
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
101 * Deallocates a cursor created with SDL_CreateCursor().
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
101 * Deallocates a cursor created with SDL_CreateCursor().
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
101 * Deallocates a cursor created with SDL_CreateCursor().
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x 80 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen SDL_CDStatus SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_SetError SDL_GetError SDL_ClearError SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_NumJoysticks SDL_JoystickName SDL_JoystickOpen SDL_JoystickOpened SDL_JoystickIndex SDL_JoystickNumAxes SDL_JoystickNumBalls SDL_JoystickNumHats SDL_JoystickNumButtons SDL_JoystickUpdate SDL_JoystickEventState SDL_JoystickGetAxis SDL_JoystickGetHat SDL_JoystickGetBall SDL_JoystickGetButton SDL_JoystickClose SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_GetKeyRepeat SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse SDL_CreateCursor SDL_SetCursor SDL_GetCursor SDL_FreeCursor SDL_ShowCursor SDL_CreateMutex SDL_mutexP SDL_mu (…)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.c 74 SDL_defcursor = SDL_CreateCursor(default_cdata, default_cmask,
108 SDL_Cursor * SDL_CreateCursor (Uint8 *data, Uint8 *mask,

Completed in 99 milliseconds